From: Adrian Bunk Remove an empty #else. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton --- include/linux/sysctl.h | 2 -- 1 file changed, 2 deletions(-) diff -puN include/linux/sysctl.h~include-linux-sysctlh-remove-empty-else include/linux/sysctl.h --- a/include/linux/sysctl.h~include-linux-sysctlh-remove-empty-else +++ a/include/linux/sysctl.h @@ -1085,8 +1085,6 @@ struct ctl_table_header *register_sysctl void unregister_sysctl_table(struct ctl_table_header * table); int sysctl_check_table(struct nsproxy *namespaces, struct ctl_table *table); -#else /* __KERNEL__ */ - #endif /* __KERNEL__ */ #endif /* _LINUX_SYSCTL_H */ _