usb: musb: sunxi: support module autoloading
authorEmilio López <emilio.lopez@collabora.co.uk>
Mon, 22 Feb 2016 01:26:36 +0000 (22:26 -0300)
committerFelipe Balbi <balbi@kernel.org>
Fri, 4 Mar 2016 13:14:38 +0000 (15:14 +0200)
commit5266a7603faa036f6707623ba76f054349050c85
treef8c31d341ff18179d07f92ed1fab1b560e873d71
parent4a75754751a02cd12cd598e02ded226c3ea2fc23
usb: musb: sunxi: support module autoloading

MODULE_DEVICE_TABLE() is missing, so the module isn't auto-loading on
sunxi systems using the OTG controller. This commit adds the missing
line so it loads automatically when building it as a module and running
on a system with an USB OTG port.

Signed-off-by: Emilio López <emilio.lopez@collabora.co.uk>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
drivers/usb/musb/sunxi.c