diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:19 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:19 +0200 |
commit | bacc3ea94f9a79e7f3711ace506272a019838fbd (patch) | |
tree | 31b5f2d85430be63b443024e43ed8e5623434e53 /drivers/bluetooth | |
parent | 8294adb90b4645812ef5f720d5661315b80bd9c7 (diff) | |
download | op-kernel-dev-bacc3ea94f9a79e7f3711ace506272a019838fbd.zip op-kernel-dev-bacc3ea94f9a79e7f3711ace506272a019838fbd.tar.gz |
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 f038dba..55c135b 100644 --- a/drivers/bluetooth/btwilink.c +++ b/drivers/bluetooth/btwilink.c @@ -349,7 +349,6 @@ static struct platform_driver btwilink_driver = { .remove = bt_ti_remove, .driver = { .name = "btwilink", - .owner = THIS_MODULE, }, }; |