Explorar o código

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>
Signed-off-by: Eric Paris <eparis@redhat.com>
Gao feng %!s(int64=12) %!d(string=hai) anos
pai
achega
72199caa8d
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      kernel/audit.h

+ 0 - 1
kernel/audit.h

@@ -60,7 +60,6 @@ struct audit_entry {
 };
 
 #ifdef CONFIG_AUDIT
-extern int audit_enabled;
 extern int audit_ever_enabled;
 #endif