mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-01 19:41:19 +00:00
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>
This commit is contained in:
parent
ad395abece
commit
72199caa8d
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ struct audit_entry {
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef CONFIG_AUDIT
|
#ifdef CONFIG_AUDIT
|
||||||
extern int audit_enabled;
|
|
||||||
extern int audit_ever_enabled;
|
extern int audit_ever_enabled;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue