]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/gameport.h
Merge git://git.infradead.org/mtd-2.6
[karo-tx-linux.git] / include / linux / gameport.h
index 632d1265fbe0dabc863d57aeab5af94caa4e9000..b65a6f472775db8cc542f1e515bce9ffec2b1a9c 100644 (file)
@@ -53,8 +53,6 @@ struct gameport {
 #define to_gameport_port(d)    container_of(d, struct gameport, dev)
 
 struct gameport_driver {
-
-       void *private;
        const char *description;
 
        int (*connect)(struct gameport *, struct gameport_driver *drv);