diff options
author | Eric Paris <eparis@redhat.com> | 2009-12-17 20:30:52 -0500 |
---|---|---|
committer | Eric Paris <eparis@redhat.com> | 2010-07-28 09:58:31 -0400 |
commit | 2dfc1cae4c42b93b831b2417540df2b895ab7108 (patch) | |
tree | e07a0075964fd2cb9210b302114255e16ab1d4c0 /kernel | |
parent | 7050c48826d5adb2210bddfb6a67aa13bbe984ed (diff) | |
download | kernel_samsung_crespo-2dfc1cae4c42b93b831b2417540df2b895ab7108.zip kernel_samsung_crespo-2dfc1cae4c42b93b831b2417540df2b895ab7108.tar.gz kernel_samsung_crespo-2dfc1cae4c42b93b831b2417540df2b895ab7108.tar.bz2 |
inotify: remove inotify in kernel interface
nothing uses inotify in the kernel, drop it!
Signed-off-by: Eric Paris <eparis@redhat.com>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/auditsc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/auditsc.c b/kernel/auditsc.c index 786901c..853185f 100644 --- a/kernel/auditsc.c +++ b/kernel/auditsc.c @@ -65,7 +65,6 @@ #include <linux/binfmts.h> #include <linux/highmem.h> #include <linux/syscalls.h> -#include <linux/inotify.h> #include <linux/capability.h> #include <linux/fs_struct.h> |