aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2010-01-20 22:27:56 +0200
committerEric Paris <eparis@redhat.com>2010-07-28 09:59:01 -0400
commit6e006701ccc1590500186ef21e074bd900c5dd67 (patch)
treee8c1ac5898517b73a6da61be1f7c496138de8748 /kernel/sysctl.c
parent59b0df211bd9699d7e0d01fcf9345a149f75b033 (diff)
downloadkernel_samsung_smdk4412-6e006701ccc1590500186ef21e074bd900c5dd67.zip
kernel_samsung_smdk4412-6e006701ccc1590500186ef21e074bd900c5dd67.tar.gz
kernel_samsung_smdk4412-6e006701ccc1590500186ef21e074bd900c5dd67.tar.bz2
dnotify: move dir_notify_enable declaration
Move dir_notify_enable declaration to where it belongs -- dnotify.h . Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Eric Paris <eparis@redhat.com>
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r--kernel/sysctl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index d24f761..7b983db 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -44,6 +44,7 @@
#include <linux/times.h>
#include <linux/limits.h>
#include <linux/dcache.h>
+#include <linux/dnotify.h>
#include <linux/syscalls.h>
#include <linux/vmstat.h>
#include <linux/nfs_fs.h>