Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 72199caa authored by Gao feng's avatar Gao feng Committed by Eric Paris
Browse files

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: default avatarGao feng <gaofeng@cn.fujitsu.com>
Signed-off-by: default avatarEric Paris <eparis@redhat.com>
parent ad395abe
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -60,7 +60,6 @@ struct audit_entry {
};

#ifdef CONFIG_AUDIT
extern int audit_enabled;
extern int audit_ever_enabled;
#endif