From: Yoichi Yuasa <[EMAIL PROTECTED]> This patch removes #include <linux/audit.h>. Because it includes it two times.
Signed-off-by: Yoichi Yuasa <[EMAIL PROTECTED]> Cc: Ralf Baechle <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> --- 25-akpm/arch/mips/kernel/ptrace.c | 1 - 1 files changed, 1 deletion(-) diff -puN arch/mips/kernel/ptrace.c~mips-remove-include-linux-audith-two arch/mips/kernel/ptrace.c --- 25/arch/mips/kernel/ptrace.c~mips-remove-include-linux-audith-two 2005-04-12 03:21:17.046545432 -0700 +++ 25-akpm/arch/mips/kernel/ptrace.c 2005-04-12 03:21:17.049544976 -0700 @@ -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> _ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

