patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / drivers / usb / class / bluetty.c
index 0ae754e..2e8f520 100644 (file)
@@ -1234,7 +1234,7 @@ static struct tty_operations bluetooth_ops = {
        .chars_in_buffer =      bluetooth_chars_in_buffer,
 };
 
-int usb_bluetooth_init(void)
+static int usb_bluetooth_init(void)
 {
        int i;
        int result;
@@ -1283,7 +1283,7 @@ int usb_bluetooth_init(void)
 }
 
 
-void usb_bluetooth_exit(void)
+static void usb_bluetooth_exit(void)
 {
        usb_deregister(&usb_bluetooth_driver);
        tty_unregister_driver(bluetooth_tty_driver);