From: Greg Kroah-Hartman Date: Fri, 18 Nov 2011 17:47:34 +0000 (-0800) Subject: USB: convert drivers/bluetooth/* to use module_usb_driver() X-Git-Tag: v3.3-rc1~30^2~1^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93f1508cffc3d578c2b7bbbf298dc52326b80777;p=pandora-kernel.git USB: convert drivers/bluetooth/* to use module_usb_driver() This converts the drivers in drivers/bluetooth/* 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: Marcel Holtmann Cc: "Gustavo F. Padovan" Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed