diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2005-10-28 01:25:43 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-10-28 12:52:54 -0400 |
commit | 23d50901617c2a8bdef509279a42d2e90f523db9 (patch) | |
tree | 9e8602bb82cbd2d56738fb93d34594d02e8d0476 /include/linux | |
parent | 102040204f1949562406b72007c14a2a241cb0d9 (diff) |
[PATCH] INPUT: export input_dev_class so that input drivers can use it.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/input.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/input.h b/include/linux/input.h index 3defa29a17d3..5de844157fa9 100644 --- a/include/linux/input.h +++ b/include/linux/input.h | |||
@@ -1075,6 +1075,7 @@ static inline void input_set_abs_params(struct input_dev *dev, int axis, int min | |||
1075 | } | 1075 | } |
1076 | 1076 | ||
1077 | extern struct class *input_class; | 1077 | extern struct class *input_class; |
1078 | extern struct class input_dev_class; | ||
1078 | 1079 | ||
1079 | #endif | 1080 | #endif |
1080 | #endif | 1081 | #endif |