tree 22804473850c9b47c3e0fc182732d1e7ef5ed951 parent 5dfa9c1b4f5d399a2800d8486ca188988900db87 author Yoichi Yuasa <[EMAIL PROTECTED]> Sun, 17 Apr 2005 05:24:41 -0700 committer Linus Torvalds <[EMAIL PROTECTED]> Sun, 17 Apr 2005 05:24:41 -0700
[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 <[EMAIL PROTECTED]> Cc: Ralf Baechle <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> mips/kernel/ptrace.c | 1 - 1 files changed, 1 deletion(-) Index: arch/mips/kernel/ptrace.c =================================================================== --- 83e431fef2dd4c5966507bdfa4ffb4f8c1532e32/arch/mips/kernel/ptrace.c (mode:100644 sha1:a166954a70b3e7cebfbe572770dbd370d0dfedfb) +++ 22804473850c9b47c3e0fc182732d1e7ef5ed951/arch/mips/kernel/ptrace.c (mode:100644 sha1:92f2c39afe2797b8fad03df6c96b4050a291bff3) @@ -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 bk-commits-head" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
