summaryrefslogtreecommitdiff
path: root/drivers/usb/host/u132-hcd.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 14:21:49 (GMT)
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 14:21:49 (GMT)
commit566e0269e58cb95aa759c3f11c831536ae3858d2 (patch)
treee212a11014a8a007d22d854396838ba481206ba9 /drivers/usb/host/u132-hcd.c
parent6d3f5f2d895b668ecade4a87d39c9c233b094b8d (diff)
downloadlinux-566e0269e58cb95aa759c3f11c831536ae3858d2.tar.xz
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/u132-hcd.c')
-rw-r--r--drivers/usb/host/u132-hcd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/u132-hcd.c b/drivers/usb/host/u132-hcd.c
index c067175..5972c05 100644
--- a/drivers/usb/host/u132-hcd.c
+++ b/drivers/usb/host/u132-hcd.c
@@ -3219,7 +3219,6 @@ static struct platform_driver u132_platform_driver = {
.resume = u132_resume,
.driver = {
.name = hcd_name,
- .owner = THIS_MODULE,
},
};
static int __init u132_hcd_init(void)