tree 4ced6512d6e2e84c262b1ccabe0f0778ad6400f8 parent ea2b72b8a5f1c79222910df06e425d2cecbbf873 author Yoichi Yuasa <[EMAIL PROTECTED]> Tue Apr 12 08:25:14 2005 committer Linus Torvalds <[EMAIL PROTECTED]> Tue Apr 12 08:25:14 2005
[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]> ptrace.c | 1 - 1 files changed, 1 deletion(-) Index: arch/mips/kernel/ptrace.c =================================================================== --- 52a965b677c2b0e4847a602eb896582c1fecc840/arch/mips/kernel/ptrace.c (mode:100644 sha1:cd101f3753484cdd0c449781dda03e2c8b955512) +++ 4ced6512d6e2e84c262b1ccabe0f0778ad6400f8/arch/mips/kernel/ptrace.c (mode:100644 sha1:b196464aaf000d118acbf3b36efe808b1fb86d85) @@ -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
