diff options
| author | 2009-12-17 20:12:04 -0500 | |
|---|---|---|
| committer | 2010-07-28 09:58:16 -0400 | |
| commit | ae7b8f4108bcffb42173f867ce845268c7202d48 (patch) | |
| tree | 049d357dcbffe597c77c534ea211c3efd26680e3 /kernel/audit.c | |
| parent | inotify: simplify the inotify idr handling (diff) | |
| download | linux-dev-ae7b8f4108bcffb42173f867ce845268c7202d48.tar.xz linux-dev-ae7b8f4108bcffb42173f867ce845268c7202d48.zip | |
Audit: clean up the audit_watch split
No real changes, just cleanup to the audit_watch split patch which we done
with minimal code changes for easy review. Now fix interfaces to make
things work better.
Signed-off-by: Eric Paris <eparis@redhat.com>
Diffstat (limited to 'kernel/audit.c')
| -rw-r--r-- | kernel/audit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/audit.c b/kernel/audit.c index c71bd26631a2..05a32f0d87dc 100644 --- a/kernel/audit.c +++ b/kernel/audit.c @@ -56,7 +56,6 @@ #include <net/netlink.h> #include <linux/skbuff.h> #include <linux/netlink.h> -#include <linux/inotify.h> #include <linux/freezer.h> #include <linux/tty.h> |
