commit | 89f836a8c56bfea6585a09f7afff7094968a4fd0 | [log] [tgz] |
---|---|---|
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | Thu Dec 26 09:24:52 2013 -0300 |
committer | Felipe Balbi <balbi@ti.com> | Thu Dec 26 10:17:40 2013 -0600 |
tree | f0d18973426f0b8514124a9456fbbeac84622116 | |
parent | 4685d021f5cd04bd2682bd4db6dfa9f784fabf9f [diff] |
usb: musb: Remove usb_disable() check in module_init() Removing the check to usb_disable() before registering the platform driver allows to build this driver when !USB && USB_GADGET, to be used in gadget-only mode. Also, use module_platform_driver() to register the platform driver. Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> Signed-off-by: Felipe Balbi <balbi@ti.com>