diff options
-rw-r--r-- | drivers/input/joystick/grip_mp.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/input/joystick/grip_mp.c b/drivers/input/joystick/grip_mp.c index 51a912222e85..62438944a69a 100644 --- a/drivers/input/joystick/grip_mp.c +++ b/drivers/input/joystick/grip_mp.c | |||
@@ -53,17 +53,8 @@ struct grip_port { | |||
53 | struct grip_mp { | 53 | struct grip_mp { |
54 | struct gameport *gameport; | 54 | struct gameport *gameport; |
55 | struct grip_port *port[GRIP_MAX_PORTS]; | 55 | struct grip_port *port[GRIP_MAX_PORTS]; |
56 | // struct input_dev *dev[4]; | ||
57 | // int mode[4]; | ||
58 | // int registered[4]; | ||
59 | int reads; | 56 | int reads; |
60 | int bads; | 57 | int bads; |
61 | |||
62 | /* individual gamepad states */ | ||
63 | // int buttons[4]; | ||
64 | // int xaxes[4]; | ||
65 | // int yaxes[4]; | ||
66 | // int dirty[4]; /* has the state been updated? */ | ||
67 | }; | 58 | }; |
68 | 59 | ||
69 | /* | 60 | /* |