summaryrefslogtreecommitdiff
path: root/include/linux/sysctl.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-04-29 01:02:38 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2008-04-29 08:06:23 -0700
commit1a46674b996bf9a15f0333178f5829ca2d7c32e2 (patch)
tree1229a8e1c2ddc31a3d3f2b9a1c408d278b57f4d0 /include/linux/sysctl.h
parent88f458e4b91348b2e892c72977b5f665d7f374da (diff)
include/linux/sysctl.h: remove empty #else
Remove an empty #else. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/sysctl.h')
-rw-r--r--include/linux/sysctl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h
index 571f01d20a86..5432b34a1e51 100644
--- a/include/linux/sysctl.h
+++ b/include/linux/sysctl.h
@@ -1085,8 +1085,6 @@ struct ctl_table_header *register_sysctl_paths(const struct ctl_path *path,
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 */