From: Al Viro Date: Mon, 22 May 2006 05:36:34 +0000 (-0400) Subject: [PATCH] audit_panic() is audit-internal X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=bc0f3b8ebba611291fdaa2864dbffd2d29336c64;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.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 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