diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-12-21 21:28:24 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-01-09 21:31:53 +0100 |
commit | 1d97869198a36dfc2920abd5776d91767fbead63 (patch) | |
tree | d04f987d4a1c988c287b5b4f0db37123350ceae7 /drivers/usb/host/ohci-sm501.c | |
parent | usb: gadget: udc: bdc: drop owner assignment from platform_drivers (diff) | |
download | linux-1d97869198a36dfc2920abd5776d91767fbead63.tar.xz linux-1d97869198a36dfc2920abd5776d91767fbead63.zip |
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/ohci-sm501.c')
-rw-r--r-- | drivers/usb/host/ohci-sm501.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-sm501.c b/drivers/usb/host/ohci-sm501.c index 4e81c804c73e..a8b8d8b8d9f3 100644 --- a/drivers/usb/host/ohci-sm501.c +++ b/drivers/usb/host/ohci-sm501.c @@ -265,7 +265,6 @@ static struct platform_driver ohci_hcd_sm501_driver = { .suspend = ohci_sm501_suspend, .resume = ohci_sm501_resume, .driver = { - .owner = THIS_MODULE, .name = "sm501-usb", }, }; |