]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/input/mouse/vsxxxaa.c
Input: drivers/input/mice - don't access dev->private directly
[linux-2.6-omap-h63xx.git] / drivers / input / mouse / vsxxxaa.c
index c3d64fcc858d26f0e3104d2c23328d6aa0d60c5a..d65e8a934e50b13a9807491fe2bcb1274025b07b 100644 (file)
@@ -509,7 +509,6 @@ vsxxxaa_connect (struct serio *serio, struct serio_driver *drv)
        input_dev->phys = mouse->phys;
        input_dev->id.bustype = BUS_RS232;
        input_dev->cdev.dev = &serio->dev;
-       input_dev->private = mouse;
 
        set_bit (EV_KEY, input_dev->evbit);             /* We have buttons */
        set_bit (EV_REL, input_dev->evbit);