diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-09-14 02:53:55 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-09-14 03:23:59 -0400 |
commit | 528487081aad32da85bf99802bdb7af32f4922b9 (patch) | |
tree | 756eb77b978353a3757b662cdd50cb9c4ea04353 | |
parent | 37b0bb112b7e3ffa5015c4305a934e861b4e2e53 (diff) |
Input: gameport_driver - drop private pointer
Nobody uses it anymore.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
-rw-r--r-- | include/linux/gameport.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 { | |||
53 | #define to_gameport_port(d) container_of(d, struct gameport, dev) | 53 | #define to_gameport_port(d) container_of(d, struct gameport, dev) |
54 | 54 | ||
55 | struct gameport_driver { | 55 | struct gameport_driver { |
56 | |||
57 | void *private; | ||
58 | const char *description; | 56 | const char *description; |
59 | 57 | ||
60 | int (*connect)(struct gameport *, struct gameport_driver *drv); | 58 | int (*connect)(struct gameport *, struct gameport_driver *drv); |