summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-sh.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-12-21 21:28:24 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-01-09 12:31:53 -0800
commit1d97869198a36dfc2920abd5776d91767fbead63 (patch)
treed04f987d4a1c988c287b5b4f0db37123350ceae7 /drivers/usb/host/ehci-sh.c
parentf1161256258e8ea24c3e5846abfdaccc508134b4 (diff)
downloadop-kernel-dev-1d97869198a36dfc2920abd5776d91767fbead63.zip
op-kernel-dev-1d97869198a36dfc2920abd5776d91767fbead63.tar.gz
usb: host: drop owner assignment from platform_drivers
These platform_drivers do not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/ehci-sh.c')
-rw-r--r--drivers/usb/host/ehci-sh.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-sh.c b/drivers/usb/host/ehci-sh.c
index 0e0ce68..5caf88d 100644
--- a/drivers/usb/host/ehci-sh.c
+++ b/drivers/usb/host/ehci-sh.c
@@ -189,7 +189,6 @@ static struct platform_driver ehci_hcd_sh_driver = {
.shutdown = ehci_hcd_sh_shutdown,
.driver = {
.name = "sh_ehci",
- .owner = THIS_MODULE,
},
};
OpenPOWER on IntegriCloud