[PATCH] INPUT: remove the input_class structure, as it is unused.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Greg Kroah-Hartman
2005-10-27 22:25:43 -07:00
parent 629b77a42c
commit b0fdfebb20
2 changed files with 3 additions and 16 deletions

View File

@ -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