Bluetooth: Remove __exit from rfcomm_cleanup_ttys()
[pandora-kernel.git] / net / bluetooth / rfcomm / tty.c
index 026205c..befc3a5 100644 (file)
@@ -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);