diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2005-10-27 22:25:43 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-10-28 09:52:55 -0700 |
commit | b0fdfebb205fcbf394c3db39679a766b8fc4f07d (patch) | |
tree | 4f3c84c075c5ebd13b2c0a9bf9823df90358907b /include | |
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')
-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 5de844157fa..256e88755f1 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 |