This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / bluetooth / hci_vhci.c
index 3b9f7a5..d1df4ad 100644 (file)
@@ -338,7 +338,7 @@ static struct miscdevice hci_vhci_miscdev=
         &hci_vhci_fops
 };
 
-static int __init hci_vhci_init(void)
+int __init hci_vhci_init(void)
 {
        BT_INFO("VHCI driver ver %s", VERSION);
 
@@ -350,7 +350,7 @@ static int __init hci_vhci_init(void)
        return 0;
 }
 
-static void hci_vhci_cleanup(void)
+void hci_vhci_cleanup(void)
 {
        misc_deregister(&hci_vhci_miscdev);
 }