diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2005-10-28 01:25:43 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-10-28 12:52:55 -0400 |
commit | b0fdfebb205fcbf394c3db39679a766b8fc4f07d (patch) | |
tree | 4f3c84c075c5ebd13b2c0a9bf9823df90358907b /include/linux/input.h | |
parent | 629b77a42c39c8b3c42a8cf5f5680f0406f8d43f (diff) |
[PATCH] INPUT: remove the input_class structure, as it is unused.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/input.h')
-rw-r--r-- | include/linux/input.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/input.h b/include/linux/input.h index 5de844157fa9..256e88755f12 100644 --- a/include/linux/input.h +++ b/include/linux/input.h | |||
@@ -1074,7 +1074,6 @@ static inline void input_set_abs_params(struct input_dev *dev, int axis, int min | |||
1074 | dev->absbit[LONG(axis)] |= BIT(axis); | 1074 | dev->absbit[LONG(axis)] |= BIT(axis); |
1075 | } | 1075 | } |
1076 | 1076 | ||
1077 | extern struct class *input_class; | ||
1078 | extern struct class input_dev_class; | 1077 | extern struct class input_dev_class; |
1079 | 1078 | ||
1080 | #endif | 1079 | #endif |