aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-05-22 01:36:34 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2006-06-20 05:25:20 -0400
commitbc0f3b8ebba611291fdaa2864dbffd2d29336c64 (patch)
tree08418bb535747731348609b5ca2ddbbd8fa0f510 /include
parent[PATCH] inotify (5/5): update kernel documentation (diff)
downloadlinux-dev-bc0f3b8ebba611291fdaa2864dbffd2d29336c64.tar.xz
linux-dev-bc0f3b8ebba611291fdaa2864dbffd2d29336c64.zip
[PATCH] audit_panic() is audit-internal
... no need to provide a stub; note that extern is already gone from include/linux/audit.h Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r--include/linux/audit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/audit.h b/include/linux/audit.h
index b74c148f14e3..e65399bf2710 100644
--- a/include/linux/audit.h
+++ b/include/linux/audit.h
@@ -384,7 +384,6 @@ extern int audit_receive_filter(int type, int pid, int uid, int seq,
#define audit_log_hex(a,b,l) do { ; } while (0)
#define audit_log_untrustedstring(a,s) do { ; } while (0)
#define audit_log_d_path(b,p,d,v) do { ; } while (0)
-#define audit_panic(m) do { ; } while (0)
#endif
#endif
#endif