projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88f458e
)
include/linux/sysctl.h: remove empty #else
author
Adrian Bunk
<bunk@kernel.org>
Tue, 29 Apr 2008 08:02:38 +0000
(
01:02
-0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 29 Apr 2008 15:06:23 +0000
(08:06 -0700)
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>
include/linux/sysctl.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/sysctl.h
b/include/linux/sysctl.h
index 571f01d20a86373454000db25760f7a7aa2572da..5432b34a1e5110310a42dc99ce98a27efd64f2e1 100644
(file)
--- 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 */