X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fbluetooth%2Fhci_vhci.c;h=3b9f7a5344975ca179d6ebb82531fc497391dcd3;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=d1df4adff1a995e5179e32239513542d92900ec6;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/drivers/bluetooth/hci_vhci.c b/drivers/bluetooth/hci_vhci.c index d1df4adff..3b9f7a534 100644 --- a/drivers/bluetooth/hci_vhci.c +++ b/drivers/bluetooth/hci_vhci.c @@ -338,7 +338,7 @@ static struct miscdevice hci_vhci_miscdev= &hci_vhci_fops }; -int __init hci_vhci_init(void) +static int __init hci_vhci_init(void) { BT_INFO("VHCI driver ver %s", VERSION); @@ -350,7 +350,7 @@ int __init hci_vhci_init(void) return 0; } -void hci_vhci_cleanup(void) +static void hci_vhci_cleanup(void) { misc_deregister(&hci_vhci_miscdev); }