aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorDave Young <hidave.darkstar@gmail.com>2010-02-25 20:28:57 -0500
committerEric Paris <eparis@redhat.com>2010-07-28 09:59:01 -0400
commitd14f1729483fad3a8817fbbcbd017678b7d1ad26 (patch)
treeebb47471a0fff9e0bce46043d147f445584acfb0 /include/linux
parent6e006701ccc1590500186ef21e074bd900c5dd67 (diff)
sysctl extern cleanup: inotify
Extern declarations in sysctl.c should be move to their own head file, and then include them in relavant .c files. Move inotify_table extern declaration to linux/inotify.h Signed-off-by: Dave Young <hidave.darkstar@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Eric Paris <eparis@redhat.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/inotify.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/inotify.h b/include/linux/inotify.h
index 959a38b8f75d..94d209a1b689 100644
--- a/include/linux/inotify.h
+++ b/include/linux/inotify.h
@@ -69,4 +69,9 @@ struct inotify_event {
69#define IN_CLOEXEC O_CLOEXEC 69#define IN_CLOEXEC O_CLOEXEC
70#define IN_NONBLOCK O_NONBLOCK 70#define IN_NONBLOCK O_NONBLOCK
71 71
72#ifdef __KERNEL__
73#include <linux/sysctl.h>
74extern struct ctl_table inotify_table[]; /* for sysctl */
75#endif
76
72#endif /* _LINUX_INOTIFY_H */ 77#endif /* _LINUX_INOTIFY_H */