aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorGao feng <gaofeng@cn.fujitsu.com>2013-04-29 18:05:15 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2013-04-29 18:54:26 -0400
commit374c586d95f288296e1e718533401d8ce0eecee3 (patch)
tree35ec4a1923be92aaea3096da257396457d536b19 /kernel
parent13f51e1c3fbebeab801f768f433067ff075dea5a (diff)
audit: remove duplicate export of audit_enabled
audit_enabled has already been exported in include/linux/audit.h. and kernel/audit.h includes include/linux/audit.h, no need to export aduit_enabled again in kernel/audit.h Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com> Cc: Al Viro <viro@zeniv.linux.org.uk> Cc: Eric Paris <eparis@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/audit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/audit.h b/kernel/audit.h
index d51cba868e1b..d06ffc144f81 100644
--- a/kernel/audit.h
+++ b/kernel/audit.h
@@ -60,7 +60,6 @@ struct audit_entry {
60}; 60};
61 61
62#ifdef CONFIG_AUDIT 62#ifdef CONFIG_AUDIT
63extern int audit_enabled;
64extern int audit_ever_enabled; 63extern int audit_ever_enabled;
65#endif 64#endif
66 65