]> rtime.felk.cvut.cz Git - linux-imx.git/commit
audit: remove duplicate export of audit_enabled
authorGao feng <gaofeng@cn.fujitsu.com>
Mon, 29 Apr 2013 22:05:15 +0000 (15:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 29 Apr 2013 22:54:26 +0000 (15:54 -0700)
commit374c586d95f288296e1e718533401d8ce0eecee3
tree35ec4a1923be92aaea3096da257396457d536b19
parent13f51e1c3fbebeab801f768f433067ff075dea5a
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>
kernel/audit.h