Kill warning: twl4030 keypad
struct input_dev has not moved to struct device from class_device. Kill the
re-init till this happens
Acked-by: x0khasim@ti.com
Acked-by: Dirk Behme <dirk.behme@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
        omap_twl4030kp->keycodesize     = sizeof(unsigned int);
        omap_twl4030kp->keycodemax      = pdata->keymapsize;
 
-       /* Get the debug Device to omap keypad device */
-       dbg_dev = &(omap_twl4030kp->dev);
-
        ret = input_register_device(omap_twl4030kp);
        if (ret < 0) {
                dev_err(dbg_dev, "Unable to register twl4030 keypad device\n");