diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:21:49 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:21:49 -0400 |
commit | 45c74c06550b939c4e57c8f8c72e066256356c35 (patch) | |
tree | 35757627a72f05f452cd4e42cc72b53ce6a456fd | |
parent | 566e0269e58cb95aa759c3f11c831536ae3858d2 (diff) |
usb: misc: 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>
-rw-r--r-- | drivers/usb/misc/usb3503.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/misc/usb3503.c b/drivers/usb/misc/usb3503.c index ae7e1206ca54..20b4c30ef7b8 100644 --- a/drivers/usb/misc/usb3503.c +++ b/drivers/usb/misc/usb3503.c | |||
@@ -405,7 +405,6 @@ static struct platform_driver usb3503_platform_driver = { | |||
405 | .driver = { | 405 | .driver = { |
406 | .name = USB3503_I2C_NAME, | 406 | .name = USB3503_I2C_NAME, |
407 | .of_match_table = of_match_ptr(usb3503_of_match), | 407 | .of_match_table = of_match_ptr(usb3503_of_match), |
408 | .owner = THIS_MODULE, | ||
409 | }, | 408 | }, |
410 | .probe = usb3503_platform_probe, | 409 | .probe = usb3503_platform_probe, |
411 | }; | 410 | }; |