diff options
author | Wolfram Sang | 2014-10-20 16:21:49 +0200 |
---|---|---|
committer | Wolfram Sang | 2014-10-20 16:21:49 +0200 |
commit | 566e0269e58cb95aa759c3f11c831536ae3858d2 (patch) | |
tree | e212a11014a8a007d22d854396838ba481206ba9 /drivers/usb/host/ehci-orion.c | |
parent | 6d3f5f2d895b668ecade4a87d39c9c233b094b8d (diff) |
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/ehci-orion.c')
-rw-r--r-- | drivers/usb/host/ehci-orion.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-orion.c b/drivers/usb/host/ehci-orion.c index 22e15cab8ea5..ebd203ac3fad 100644 --- a/drivers/usb/host/ehci-orion.c +++ b/drivers/usb/host/ehci-orion.c @@ -321,7 +321,6 @@ static struct platform_driver ehci_orion_driver = { .shutdown = usb_hcd_platform_shutdown, .driver = { .name = "orion-ehci", - .owner = THIS_MODULE, .of_match_table = ehci_orion_dt_ids, }, }; |