diff options
| author | 2014-10-20 16:21:47 +0200 | |
|---|---|---|
| committer | 2014-10-20 16:21:47 +0200 | |
| commit | 5bc879a6a2710557961f0965e8fee383ce16ad3c (patch) | |
| tree | d03f4ea1580260880712833b9fcafbd2ac19d76d /drivers/usb/chipidea/core.c | |
| parent | usb: c67x00: drop owner assignment from platform_drivers (diff) | |
| download | wireguard-linux-5bc879a6a2710557961f0965e8fee383ce16ad3c.tar.xz wireguard-linux-5bc879a6a2710557961f0965e8fee383ce16ad3c.zip | |
usb: chipidea: 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/chipidea/core.c')
| -rw-r--r-- | drivers/usb/chipidea/core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/chipidea/core.c b/drivers/usb/chipidea/core.c index 3df5005c554d..b7e788446ed6 100644 --- a/drivers/usb/chipidea/core.c +++ b/drivers/usb/chipidea/core.c @@ -752,7 +752,6 @@ static struct platform_driver ci_hdrc_driver = { .remove = ci_hdrc_remove, .driver = { .name = "ci_hdrc", - .owner = THIS_MODULE, }, }; |
