diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2010-05-24 17:31:46 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-05-25 11:06:56 -0400 |
commit | 1f0a738868cbfe20ae53a00b7c302c04ef7ab8fc (patch) | |
tree | 50f4eb77f1facf04cb27d5f09b99e3b1a2e9e6e7 /arch | |
parent | e520c410854bab763be24e0fce7ba89dc252efee (diff) |
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')
-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 74a7518faf16..70066e3582d0 100644 --- a/arch/xtensa/kernel/vectors.S +++ b/arch/xtensa/kernel/vectors.S | |||
@@ -44,14 +44,12 @@ | |||
44 | 44 | ||
45 | #include <linux/linkage.h> | 45 | #include <linux/linkage.h> |
46 | #include <asm/ptrace.h> | 46 | #include <asm/ptrace.h> |
47 | #include <asm/ptrace.h> | ||
48 | #include <asm/current.h> | 47 | #include <asm/current.h> |
49 | #include <asm/asm-offsets.h> | 48 | #include <asm/asm-offsets.h> |
50 | #include <asm/pgtable.h> | 49 | #include <asm/pgtable.h> |
51 | #include <asm/processor.h> | 50 | #include <asm/processor.h> |
52 | #include <asm/page.h> | 51 | #include <asm/page.h> |
53 | #include <asm/thread_info.h> | 52 | #include <asm/thread_info.h> |
54 | #include <asm/processor.h> | ||
55 | 53 | ||
56 | #define WINDOW_VECTORS_SIZE 0x180 | 54 | #define WINDOW_VECTORS_SIZE 0x180 |
57 | 55 | ||