vserver 1.9.5.x5
[linux-2.6.git] / net / irda / ircomm / ircomm_core.c
index 010d2b5..36b7526 100644 (file)
@@ -68,7 +68,7 @@ static struct file_operations ircomm_proc_fops = {
 
 hashbin_t *ircomm = NULL;
 
-int __init ircomm_init(void)
+static int __init ircomm_init(void)
 {
        ircomm = hashbin_new(HB_LOCK); 
        if (ircomm == NULL) {
@@ -89,7 +89,7 @@ int __init ircomm_init(void)
        return 0;
 }
 
-void __exit ircomm_cleanup(void)
+static void __exit ircomm_cleanup(void)
 {
        IRDA_DEBUG(2, "%s()\n", __FUNCTION__ );