]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[PATCH] audit_panic() is audit-internal
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 22 May 2006 05:36:34 +0000 (01:36 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 20 Jun 2006 09:25:20 +0000 (05:25 -0400)
... 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>
include/linux/audit.h

index b74c148f14e30ad26b1b1a63cbe22765bb4a2651..e65399bf2710dfb12f8e92c31a701b28ed39c69e 100644 (file)
@@ -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