diff options
author | David S. Miller <davem@davemloft.net> | 2011-03-12 11:06:59 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-03-12 11:06:59 -0800 |
commit | ab1ebc953081d4e50f8e6d2d8d89b2cde3184e78 (patch) | |
tree | e25d01c62a4c7f3de78675faa6728b54848304e2 /net/bluetooth/hci_sock.c | |
parent | 70d279a7e2a6e308530822ba2bf4134cc0f5c091 (diff) | |
parent | 409ec36c320d580a036045e603f96286c362c609 (diff) |
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
Diffstat (limited to 'net/bluetooth/hci_sock.c')
-rw-r--r-- | net/bluetooth/hci_sock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hci_sock.c b/net/bluetooth/hci_sock.c index d50e9613660..295e4a88fff 100644 --- a/net/bluetooth/hci_sock.c +++ b/net/bluetooth/hci_sock.c @@ -861,7 +861,7 @@ error: return err; } -void __exit hci_sock_cleanup(void) +void hci_sock_cleanup(void) { if (bt_sock_unregister(BTPROTO_HCI) < 0) BT_ERR("HCI socket unregistration failed"); |