commit | 42f06a13445bffae96c5e42fdd721ef65fed6abf | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Fri Nov 18 09:49:34 2011 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Nov 18 09:49:34 2011 -0800 |
tree | cd0844fdf0cb755b59a9d30a7216d829114a1f81 | |
parent | 08642e7c52cf43616821520828e504bc717e54a6 [diff] |
USB: convert drivers/hid/* to use module_usb_driver() This converts the drivers in drivers/hid/* to use the module_usb_driver() macro which makes the code smaller and a bit simpler. Added bonus is that it removes some unneeded kernel log messages about drivers loading and/or unloading. Cc: Jiri Kosina <jkosina@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>