Bluetooth: Use module_platform_driver() in btwilink.c file
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 7 Aug 2012 05:07:45 +0000 (10:37 +0530)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Sat, 8 Sep 2012 19:53:47 +0000 (16:53 -0300)
commit9712ba0bec83579ae63e4d61f79e18c7d0d9d3fd
tree65541c5525e665545515e2901adb94ad0dbd32c3
parentf91c8468df97d0ac18132eb38283524a74317901
Bluetooth: Use module_platform_driver() in btwilink.c file

module_platform_driver() makes the code simpler by eliminating module_init
and module_exit calls.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
drivers/bluetooth/btwilink.c