mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
Input: gameport_driver - drop private pointer
Nobody uses it anymore. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
parent
37b0bb112b
commit
528487081a
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue