From: Greg Kroah-Hartman Date: Mon, 23 Apr 2012 23:13:19 +0000 (-0700) Subject: Staging: line6: use module_usb_driver() X-Git-Tag: v3.5-rc1~145^2~229^2~135 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a6313644c3188f4aa1a6b4403896375baa2e09a;p=pandora-kernel.git Staging: line6: use module_usb_driver() Now that our module_init/exit path is just registering and unregistering the usb driver, we can use module_usb_driver() instead. This also has the nice side affect of removing the unneeded printk for the module version number. CC: Markus Grabner CC: Stefan Hajnoczi CC: Julia Lawall CC: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed