Commit 52ba1924 authored by Chris Wright's avatar Chris Wright Committed by David Woodhouse

A closer sweep of configurable audit symbols shows the following need

audit.h included when audit.h is detangled from fs.h.

        arch/um/kernel/ptrace.c    for audit_syscall_entry/exit
        arch/s390/kernel/ptrace.c  for audit_syscall_entry/exit
        arch/mips/kernel/ptrace.c  for audit_syscall_entry/exit
Signed-off-by: default avatarChris Wright <chrisw@osdl.org>
parent 6df791c2
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#include <linux/smp_lock.h> #include <linux/smp_lock.h>
#include <linux/user.h> #include <linux/user.h>
#include <linux/security.h> #include <linux/security.h>
#include <linux/audit.h>
#include <asm/cpu.h> #include <asm/cpu.h>
#include <asm/fpu.h> #include <asm/fpu.h>
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
#include <linux/ptrace.h> #include <linux/ptrace.h>
#include <linux/user.h> #include <linux/user.h>
#include <linux/security.h> #include <linux/security.h>
#include <linux/audit.h>
#include <asm/segment.h> #include <asm/segment.h>
#include <asm/page.h> #include <asm/page.h>
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#include "linux/smp_lock.h" #include "linux/smp_lock.h"
#include "linux/security.h" #include "linux/security.h"
#include "linux/ptrace.h" #include "linux/ptrace.h"
#include "linux/audit.h"
#ifdef CONFIG_PROC_MM #ifdef CONFIG_PROC_MM
#include "linux/proc_mm.h" #include "linux/proc_mm.h"
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment