diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:20:19 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:20:19 -0400 |
commit | bacc3ea94f9a79e7f3711ace506272a019838fbd (patch) | |
tree | 31b5f2d85430be63b443024e43ed8e5623434e53 /drivers/bluetooth | |
parent | 8294adb90b4645812ef5f720d5661315b80bd9c7 (diff) |
bluetooth: 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/bluetooth')
-rw-r--r-- | drivers/bluetooth/btwilink.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/bluetooth/btwilink.c b/drivers/bluetooth/btwilink.c index f038dba19e36..55c135b7757a 100644 --- a/drivers/bluetooth/btwilink.c +++ b/drivers/bluetooth/btwilink.c | |||
@@ -349,7 +349,6 @@ static struct platform_driver btwilink_driver = { | |||
349 | .remove = bt_ti_remove, | 349 | .remove = bt_ti_remove, |
350 | .driver = { | 350 | .driver = { |
351 | .name = "btwilink", | 351 | .name = "btwilink", |
352 | .owner = THIS_MODULE, | ||
353 | }, | 352 | }, |
354 | }; | 353 | }; |
355 | 354 | ||