projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13f51e1
)
audit: remove duplicate export of audit_enabled
author
Gao feng
<
[email protected]
>
Mon, 29 Apr 2013 22:05:15 +0000
(15:05 -0700)
committer
Linus Torvalds
<
[email protected]
>
Mon, 29 Apr 2013 22:54:26 +0000
(15:54 -0700)
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 <
[email protected]
>
Cc: Al Viro <
[email protected]
>
Cc: Eric Paris <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
kernel/audit.h
patch
|
blob
|
history
diff --git
a/kernel/audit.h
b/kernel/audit.h
index d51cba868e1b50fa14877dc4eefdf6be0f3fc1ba..d06ffc144f8183731524c1f7ccce3ed896062d5c 100644
(file)
--- a/
kernel/audit.h
+++ b/
kernel/audit.h
@@
-60,7
+60,6
@@
struct audit_entry {
};
#ifdef CONFIG_AUDIT
-extern int audit_enabled;
extern int audit_ever_enabled;
#endif