diff options
Diffstat (limited to 'drivers/bluetooth/ath3k.c')
-rw-r--r-- | drivers/bluetooth/ath3k.c | 14 |
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 | ||
433 | static int __init ath3k_init(void) | 433 | module_usb_driver(ath3k_driver); |
434 | { | ||
435 | BT_INFO("Atheros AR30xx firmware driver ver %s", VERSION); | ||
436 | return usb_register(&ath3k_driver); | ||
437 | } | ||
438 | |||
439 | static void __exit ath3k_exit(void) | ||
440 | { | ||
441 | usb_deregister(&ath3k_driver); | ||
442 | } | ||
443 | |||
444 | module_init(ath3k_init); | ||
445 | module_exit(ath3k_exit); | ||
446 | 434 | ||
447 | MODULE_AUTHOR("Atheros Communications"); | 435 | MODULE_AUTHOR("Atheros Communications"); |
448 | MODULE_DESCRIPTION("Atheros AR30xx firmware driver"); | 436 | MODULE_DESCRIPTION("Atheros AR30xx firmware driver"); |