linux/net/bluetooth
Arnaud Patard 860e13b5c5 [Bluetooth]: Fix section mismatch of bt_sysfs_cleanup()
The bt_sysfs_cleanup() is marked with __exit attribute, but it will
be called from an __init function in the error case. So the __exit
attribute must be removed.

Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-09-28 18:03:12 -07:00
..
bnep [Bluetooth] Integrate services into the driver model 2006-09-28 18:01:26 -07:00
cmtp
hidp [Bluetooth] Integrate services into the driver model 2006-09-28 18:01:26 -07:00
rfcomm [Bluetooth] Return EINPROGRESS for non-blocking socket calls 2006-09-28 18:01:31 -07:00
af_bluetooth.c [Bluetooth] Return EINPROGRESS for non-blocking socket calls 2006-09-28 18:01:31 -07:00
hci_conn.c [Bluetooth] Support create connection cancel command 2006-09-28 18:01:33 -07:00
hci_core.c [Bluetooth] Read local version information on device init 2006-09-28 18:01:32 -07:00
hci_event.c [Bluetooth]: Don't update disconnect timer for incoming connections 2006-09-28 18:03:11 -07:00
hci_sock.c
hci_sysfs.c [Bluetooth]: Fix section mismatch of bt_sysfs_cleanup() 2006-09-28 18:03:12 -07:00
Kconfig
l2cap.c
lib.c
Makefile
sco.c