summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/fhci-hcd.c
diff options
context:
space:
mode:
authorWolfram Sang2014-10-20 16:21:49 +0200
committerWolfram Sang2014-10-20 16:21:49 +0200
commit566e0269e58cb95aa759c3f11c831536ae3858d2 (patch)
treee212a11014a8a007d22d854396838ba481206ba9 /drivers/usb/host/fhci-hcd.c
parentusb: gadget: udc: drop owner assignment from platform_drivers (diff)
downloadkernel-qcow2-linux-566e0269e58cb95aa759c3f11c831536ae3858d2.tar.gz
kernel-qcow2-linux-566e0269e58cb95aa759c3f11c831536ae3858d2.tar.xz
kernel-qcow2-linux-566e0269e58cb95aa759c3f11c831536ae3858d2.zip
usb: host: drop owner assignment from platform_drivers
A platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/usb/host/fhci-hcd.c')
-rw-r--r--drivers/usb/host/fhci-hcd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/fhci-hcd.c b/drivers/usb/host/fhci-hcd.c
index a1a1ef521436..c6cebb96fd21 100644
--- a/drivers/usb/host/fhci-hcd.c
+++ b/drivers/usb/host/fhci-hcd.c
@@ -821,7 +821,6 @@ MODULE_DEVICE_TABLE(of, of_fhci_match);
static struct platform_driver of_fhci_driver = {
.driver = {
.name = "fsl,usb-fhci",
- .owner = THIS_MODULE,
.of_match_table = of_fhci_match,
},
.probe = of_fhci_probe,