aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/input.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2005-10-27 22:25:43 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2005-10-28 09:52:55 -0700
commitb0fdfebb205fcbf394c3db39679a766b8fc4f07d (patch)
tree4f3c84c075c5ebd13b2c0a9bf9823df90358907b /include/linux/input.h
parent[PATCH] INPUT: Fix oops when accessing sysfs files of nested input devices (diff)
downloadlinux-dev-b0fdfebb205fcbf394c3db39679a766b8fc4f07d.tar.xz
linux-dev-b0fdfebb205fcbf394c3db39679a766b8fc4f07d.zip
[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
dev->absbit[LONG(axis)] |= BIT(axis);
}
-extern struct class *input_class;
extern struct class input_dev_class;
#endif