commit | 528487081aad32da85bf99802bdb7af32f4922b9 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Mon Sep 13 23:53:55 2010 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Tue Sep 14 00:23:59 2010 -0700 |
tree | 756eb77b978353a3757b662cdd50cb9c4ea04353 | |
parent | 37b0bb112b7e3ffa5015c4305a934e861b4e2e53 [diff] |
Input: gameport_driver - drop private pointer Nobody uses it anymore. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
diff --git a/include/linux/gameport.h b/include/linux/gameport.h index 632d126..b65a6f4 100644 --- a/include/linux/gameport.h +++ b/include/linux/gameport.h
@@ -53,8 +53,6 @@ #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);