From: Dmitry Torokhov Date: Tue, 14 Sep 2010 06:53:55 +0000 (-0700) Subject: Input: gameport_driver - drop private pointer X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=528487081aad32da85bf99802bdb7af32f4922b9;p=deliverable%2Flinux.git Input: gameport_driver - drop private pointer Nobody uses it anymore. Signed-off-by: Dmitry Torokhov --- diff --git a/include/linux/gameport.h b/include/linux/gameport.h index 632d1265fbe0..b65a6f472775 100644 --- a/include/linux/gameport.h +++ b/include/linux/gameport.h @@ -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);