diff --git a/[refs] b/[refs] index bf7926706e94..c07c7bdb782d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 13774024da8ebdf17212c0f5a83f5b0681a649eb +refs/heads/master: 7b430437c0de81681ecfa8efa8f55823df733529 diff --git a/trunk/include/linux/audit.h b/trunk/include/linux/audit.h index c22405fc2ddf..d68e85580a53 100644 --- a/trunk/include/linux/audit.h +++ b/trunk/include/linux/audit.h @@ -285,7 +285,7 @@ extern void audit_send_reply(int pid, int seq, int type, extern void audit_log_lost(const char *message); extern struct semaphore audit_netlink_sem; #else -#define audit_log(c,t,f,...) do { ; } while (0) +#define audit_log(c,g,t,f,...) do { ; } while (0) #define audit_log_start(c,g,t) ({ NULL; }) #define audit_log_vformat(b,f,a) do { ; } while (0) #define audit_log_format(b,f,...) do { ; } while (0)