From: Al Viro Date: Mon, 22 May 2006 05:36:34 +0000 (-0400) Subject: [PATCH] audit_panic() is audit-internal X-Git-Tag: v3.12-rc1~35877^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc0f3b8ebba611291fdaa2864dbffd2d29336c64;p=kernel%2Fkernel-generic.git [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 --- diff --git a/include/linux/audit.h b/include/linux/audit.h index b74c148..e65399b 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