usb: gadget: use module_pci_driver
authorAxel Lin <axel.lin@gmail.com>
Wed, 4 Apr 2012 14:14:58 +0000 (22:14 +0800)
committerFelipe Balbi <balbi@ti.com>
Fri, 4 May 2012 12:52:50 +0000 (15:52 +0300)
This patch converts the drivers in drivers/usb/gadget/* to use
module_pci_driver() macro which makes the code smaller and a bit simpler.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Cc: Thomas Dahlmann <dahlmann.thomas@arcor.de>
Cc: Xiaochen Shen <xiaochen.shen@intel.com>
Cc: Pavankumar Kondeti <pkondeti@codeaurora.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found