Skip to content

Commit

Permalink
audit: remove duplicate export of audit_enabled
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Gao feng authored and Eric Paris committed Apr 12, 2013
1 parent ad395ab commit 72199ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/audit.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ struct audit_entry {
};

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

Expand Down

0 comments on commit 72199ca

Please sign in to comment.