diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2010-05-24 14:31:46 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-05-25 08:06:56 -0700 |
commit | 1f0a738868cbfe20ae53a00b7c302c04ef7ab8fc (patch) | |
tree | 50f4eb77f1facf04cb27d5f09b99e3b1a2e9e6e7 /arch/xtensa | |
parent | e520c410854bab763be24e0fce7ba89dc252efee (diff) | |
download | linux-3.10-1f0a738868cbfe20ae53a00b7c302c04ef7ab8fc.tar.gz linux-3.10-1f0a738868cbfe20ae53a00b7c302c04ef7ab8fc.tar.bz2 linux-3.10-1f0a738868cbfe20ae53a00b7c302c04ef7ab8fc.zip |
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 <jaswinderrajput@gmail.com>
Cc: Chris Zankel <chris@zankel.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/xtensa')
-rw-r--r-- | arch/xtensa/kernel/vectors.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/xtensa/kernel/vectors.S b/arch/xtensa/kernel/vectors.S index 74a7518faf1..70066e3582d 100644 --- a/arch/xtensa/kernel/vectors.S +++ b/arch/xtensa/kernel/vectors.S @@ -44,14 +44,12 @@ #include <linux/linkage.h> #include <asm/ptrace.h> -#include <asm/ptrace.h> #include <asm/current.h> #include <asm/asm-offsets.h> #include <asm/pgtable.h> #include <asm/processor.h> #include <asm/page.h> #include <asm/thread_info.h> -#include <asm/processor.h> #define WINDOW_VECTORS_SIZE 0x180 |