commit | ea9f240bd819f9299703283e5326da606bbb4b05 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Thu Oct 27 22:25:43 2005 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 28 09:52:55 2005 -0700 |
tree | 68b83a2a093a332c8fda8dfc695c73ebe084b014 | |
parent | b0fdfebb205fcbf394c3db39679a766b8fc4f07d [diff] [blame] |
[PATCH] INPUT: rename input_dev_class to input_class to be correct. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
diff --git a/include/linux/input.h b/include/linux/input.h index 256e887..e3d9c08 100644 --- a/include/linux/input.h +++ b/include/linux/input.h
@@ -1074,7 +1074,7 @@ dev->absbit[LONG(axis)] |= BIT(axis); } -extern struct class input_dev_class; +extern struct class input_class; #endif #endif