From 1f0a738868cbfe20ae53a00b7c302c04ef7ab8fc Mon Sep 17 00:00:00 2001 From: Jaswinder Singh Rajput Date: Mon, 24 May 2010 14:31:46 -0700 Subject: [PATCH] xtensa: includecheck fix: vectors.S fix the following 'make includecheck' warnings: arch/xtensa/kernel/vectors.S: asm/processor.h is included more than once. arch/xtensa/kernel/vectors.S: asm/ptrace.h is included more than once. Signed-off-by: Jaswinder Singh Rajput Cc: Chris Zankel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- arch/xtensa/kernel/vectors.S | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/xtensa/kernel/vectors.S b/arch/xtensa/kernel/vectors.S index 74a7518faf16..70066e3582d0 100644 --- a/arch/xtensa/kernel/vectors.S +++ b/arch/xtensa/kernel/vectors.S @@ -44,14 +44,12 @@ #include #include -#include #include #include #include #include #include #include -#include #define WINDOW_VECTORS_SIZE 0x180