diff options
author | Yoichi Yuasa <yuasa@hh.iij4u.or.jp> | 2005-04-16 18:24:41 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:24:41 -0400 |
commit | 48bb35831bb0344abc9aecb39467fd006b2f5d7d (patch) | |
tree | 22804473850c9b47c3e0fc182732d1e7ef5ed951 /arch/mips | |
parent | 5dfa9c1b4f5d399a2800d8486ca188988900db87 (diff) |
[PATCH] mips: remove #include <linux/audit.h> two times
This patch removes #include <linux/audit.h>. Because it includes it two
times.
Signed-off-by: Yoichi Yuasa <yuasa@hh.iij4u.or.jp>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/kernel/ptrace.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/kernel/ptrace.c b/arch/mips/kernel/ptrace.c index a166954a70b3..92f2c39afe27 100644 --- a/arch/mips/kernel/ptrace.c +++ b/arch/mips/kernel/ptrace.c | |||
@@ -26,7 +26,6 @@ | |||
26 | #include <linux/smp_lock.h> | 26 | #include <linux/smp_lock.h> |
27 | #include <linux/user.h> | 27 | #include <linux/user.h> |
28 | #include <linux/security.h> | 28 | #include <linux/security.h> |
29 | #include <linux/audit.h> | ||
30 | 29 | ||
31 | #include <asm/cpu.h> | 30 | #include <asm/cpu.h> |
32 | #include <asm/fpu.h> | 31 | #include <asm/fpu.h> |