* [2.6 patch] include/linux/sysctl.h: remove empty #else
@ 2007-11-11 6:48 Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2007-11-11 6:48 UTC (permalink / raw)
To: linux-kernel
This patch removes an empty #else.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
8e3fb6d59ceb3fbb853c0d74f1aa0a73de90af97
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h
index e99171f..4c1694d 100644
--- a/include/linux/sysctl.h
+++ b/include/linux/sysctl.h
@@ -1070,8 +1070,6 @@ struct ctl_table_header *register_sysctl_table(struct ctl_table * table);
void unregister_sysctl_table(struct ctl_table_header * table);
int sysctl_check_table(struct ctl_table *table);
-#else /* __KERNEL__ */
-
#endif /* __KERNEL__ */
#endif /* _LINUX_SYSCTL_H */
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [2.6 patch] include/linux/sysctl.h: remove empty #else
@ 2008-02-13 21:31 Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2008-02-13 21:31 UTC (permalink / raw)
To: linux-kernel
This patch removes an empty #else.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
This patch has been sent on:
- 11 Nov 2007
097da305ddeef7e32d7fc6fac476aa76525c12f9 diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h
index 571f01d..5432b34 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 */
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-13 21:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-11 6:48 [2.6 patch] include/linux/sysctl.h: remove empty #else Adrian Bunk
-- strict thread matches above, loose matches on Subject: below --
2008-02-13 21:31 Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox