[PATCH] sysctl: reimplement the sysctl proc support
[safe/jmp/linux-2.6] / fs / proc / generic.c
index 0cdc00d..775fb21 100644 (file)
@@ -32,7 +32,7 @@ static loff_t proc_file_lseek(struct file *, loff_t, int);
 
 DEFINE_SPINLOCK(proc_subdir_lock);
 
-int proc_match(int len, const char *name, struct proc_dir_entry *de)
+static int proc_match(int len, const char *name, struct proc_dir_entry *de)
 {
        if (de->namelen != len)
                return 0;