From: Greg Kroah-Hartman Date: Fri, 18 Nov 2011 17:49:34 +0000 (-0800) Subject: USB: convert drivers/hid/* to use module_usb_driver() X-Git-Tag: v3.3-rc1~30^2~1^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42f06a13445bffae96c5e42fdd721ef65fed6abf;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed