From: Greg Kroah-Hartman Date: Fri, 18 Nov 2011 17:50:44 +0000 (-0800) Subject: USB: convert sound/* to use module_usb_driver() X-Git-Tag: v3.3-rc1~30^2~1^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=424f0750edd5af866f80f5e65998e0610503cb5c;p=pandora-kernel.git USB: convert sound/* to use module_usb_driver() This converts the drivers in sound/* 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: Jaroslav Kysela Cc: Takashi Iwai Cc: Daniel Mack Cc: Clemens Ladisch Cc: Torsten Schenk Cc: Paul Gortmaker Cc: Karsten Wiese Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed