aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/ath3k.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bluetooth/ath3k.c')
-rw-r--r--drivers/bluetooth/ath3k.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c
index 1622772f802d..07f14d10ea49 100644
--- a/drivers/bluetooth/ath3k.c
+++ b/drivers/bluetooth/ath3k.c
@@ -430,19 +430,7 @@ static struct usb_driver ath3k_driver = {
430 .id_table = ath3k_table, 430 .id_table = ath3k_table,
431}; 431};
432 432
433static int __init ath3k_init(void) 433module_usb_driver(ath3k_driver);
434{
435 BT_INFO("Atheros AR30xx firmware driver ver %s", VERSION);
436 return usb_register(&ath3k_driver);
437}
438
439static void __exit ath3k_exit(void)
440{
441 usb_deregister(&ath3k_driver);
442}
443
444module_init(ath3k_init);
445module_exit(ath3k_exit);
446 434
447MODULE_AUTHOR("Atheros Communications"); 435MODULE_AUTHOR("Atheros Communications");
448MODULE_DESCRIPTION("Atheros AR30xx firmware driver"); 436MODULE_DESCRIPTION("Atheros AR30xx firmware driver");