aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/input.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2005-10-28 01:25:43 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2005-10-28 12:52:55 -0400
commitb0fdfebb205fcbf394c3db39679a766b8fc4f07d (patch)
tree4f3c84c075c5ebd13b2c0a9bf9823df90358907b /include/linux/input.h
parent629b77a42c39c8b3c42a8cf5f5680f0406f8d43f (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.h1
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
1077extern struct class *input_class;
1078extern struct class input_dev_class; 1077extern struct class input_dev_class;
1079 1078
1080#endif 1079#endif