[PATCH] INPUT: export input_dev_class so that input drivers can use it.

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 102040204f
commit 23d5090161
2 changed files with 3 additions and 1 deletions

View file

@ -1075,6 +1075,7 @@ static inline void input_set_abs_params(struct input_dev *dev, int axis, int min
}
extern struct class *input_class;
extern struct class input_dev_class;
#endif
#endif