aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick
diff options
context:
space:
mode:
authorDmitry Torokhov <dtor_core@ameritech.net>2006-01-10 01:58:47 -0500
committerDmitry Torokhov <dtor_core@ameritech.net>2006-01-10 01:58:47 -0500
commitebbac7dde2f5c6b4bd219573f840d4b3952e6220 (patch)
tree974ef1dc1a19500212233486fc5c13464fce302f /drivers/input/joystick
parentInput: ibmasm - convert to dynamic input_dev allocation (diff)
downloadlinux-dev-ebbac7dde2f5c6b4bd219573f840d4b3952e6220.tar.xz
linux-dev-ebbac7dde2f5c6b4bd219573f840d4b3952e6220.zip
Input: grip_mp - kill commented out code
Kill leftovers of dynalloc conversion. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/joystick')
-rw-r--r--drivers/input/joystick/grip_mp.c9
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 {
struct grip_mp {
struct gameport *gameport;
struct grip_port *port[GRIP_MAX_PORTS];
-// struct input_dev *dev[4];
-// int mode[4];
-// int registered[4];
int reads;
int bads;
-
- /* individual gamepad states */
-// int buttons[4];
-// int xaxes[4];
-// int yaxes[4];
-// int dirty[4]; /* has the state been updated? */
};
/*