diff options
Diffstat (limited to 'drivers/input/touchscreen/touchwin.c')
-rw-r--r-- | drivers/input/touchscreen/touchwin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/touchwin.c b/drivers/input/touchscreen/touchwin.c index 4dc073dacabb..3da9c8c3f156 100644 --- a/drivers/input/touchscreen/touchwin.c +++ b/drivers/input/touchscreen/touchwin.c | |||
@@ -125,7 +125,6 @@ static int tw_connect(struct serio *serio, struct serio_driver *drv) | |||
125 | tw->dev = input_dev; | 125 | tw->dev = input_dev; |
126 | snprintf(tw->phys, sizeof(tw->phys), "%s/input0", serio->phys); | 126 | snprintf(tw->phys, sizeof(tw->phys), "%s/input0", serio->phys); |
127 | 127 | ||
128 | input_dev->private = tw; | ||
129 | input_dev->name = "Touchwindow Serial TouchScreen"; | 128 | input_dev->name = "Touchwindow Serial TouchScreen"; |
130 | input_dev->phys = tw->phys; | 129 | input_dev->phys = tw->phys; |
131 | input_dev->id.bustype = BUS_RS232; | 130 | input_dev->id.bustype = BUS_RS232; |