diff options
author | Yoichi Yuasa <yuasa@hh.iij4u.or.jp> | 2005-04-16 15:24:41 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 15:24:41 -0700 |
commit | 48bb35831bb0344abc9aecb39467fd006b2f5d7d (patch) | |
tree | 22804473850c9b47c3e0fc182732d1e7ef5ed951 /arch/mips | |
parent | 5dfa9c1b4f5d399a2800d8486ca188988900db87 (diff) | |
download | op-kernel-dev-48bb35831bb0344abc9aecb39467fd006b2f5d7d.zip op-kernel-dev-48bb35831bb0344abc9aecb39467fd006b2f5d7d.tar.gz |
[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 a166954..92f2c39 100644 --- a/arch/mips/kernel/ptrace.c +++ b/arch/mips/kernel/ptrace.c @@ -26,7 +26,6 @@ #include <linux/smp_lock.h> #include <linux/user.h> #include <linux/security.h> -#include <linux/audit.h> #include <asm/cpu.h> #include <asm/fpu.h> |