From: Alexey Dobriyan Rrrr, addition of sysctl.h to fs.h was't very smart, because simple editing of the former will buy you big recompile, where it shouldn't have to. Signed-off-by: Alexey Dobriyan Signed-off-by: Andrew Morton --- include/linux/fs.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN include/linux/fs.h~remove-sysctlh-from-fsh include/linux/fs.h --- a/include/linux/fs.h~remove-sysctlh-from-fsh +++ a/include/linux/fs.h @@ -283,7 +283,6 @@ extern int dir_notify_enable; #include #include #include -#include #include #include @@ -1953,7 +1952,8 @@ static inline void free_secdata(void *se { } #endif /* CONFIG_SECURITY */ -int proc_nr_files(ctl_table *table, int write, struct file *filp, +struct ctl_table; +int proc_nr_files(struct ctl_table *table, int write, struct file *filp, void __user *buffer, size_t *lenp, loff_t *ppos); _