summaryrefslogtreecommitdiff
path: root/net/bluetooth/rfcomm/tty.c
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2010-08-05 15:54:28 -0400
committerJohn W. Linville <linville@tuxdriver.com>2010-08-05 15:54:28 -0400
commitc0068c85897f06205d4c35cf4bf9161be90690e9 (patch)
treeae8a186fff44a29454008a5d1f5891b10a861f2c /net/bluetooth/rfcomm/tty.c
parent2411054ae9eb7e7ef488a39912abfc4ebadbe3ad (diff)
parentadb08edea0119f7a5484a9f6a385fbcecdf85a63 (diff)
downloadlinux-c0068c85897f06205d4c35cf4bf9161be90690e9.tar.gz
linux-c0068c85897f06205d4c35cf4bf9161be90690e9.tar.xz
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6
Diffstat (limited to 'net/bluetooth/rfcomm/tty.c')
-rw-r--r--net/bluetooth/rfcomm/tty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/rfcomm/tty.c b/net/bluetooth/rfcomm/tty.c
index 026205c18b78..befc3a52aa04 100644
--- a/net/bluetooth/rfcomm/tty.c
+++ b/net/bluetooth/rfcomm/tty.c
@@ -1183,7 +1183,7 @@ int __init rfcomm_init_ttys(void)
return 0;
}
-void __exit rfcomm_cleanup_ttys(void)
+void rfcomm_cleanup_ttys(void)
{
tty_unregister_driver(rfcomm_tty_driver);
put_tty_driver(rfcomm_tty_driver);