diff options
author | Chris Zankel <chris@zankel.net> | 2008-01-18 14:26:55 -0800 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2008-02-13 15:05:35 -0800 |
commit | 1e12e3919ea83ce28f8c017b83f68739485fef81 (patch) | |
tree | 1a39796131b432cf8571cb8445af3be9e6ccb763 /arch/xtensa/kernel | |
parent | 96b5a46e2a72dc1829370c87053e0cd558d58bc0 (diff) | |
download | linux-1e12e3919ea83ce28f8c017b83f68739485fef81.tar.bz2 |
[XTENSA] Remove duplicate includes.
Signed-off-by: Lucas Woods <woodzy@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Christian Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/kernel')
-rw-r--r-- | arch/xtensa/kernel/asm-offsets.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/xtensa/kernel/asm-offsets.c b/arch/xtensa/kernel/asm-offsets.c index d5ffe7b6443e..5d9ef515ca1e 100644 --- a/arch/xtensa/kernel/asm-offsets.c +++ b/arch/xtensa/kernel/asm-offsets.c @@ -21,7 +21,6 @@ #include <linux/mm.h> #include <asm/ptrace.h> -#include <asm/processor.h> #include <asm/uaccess.h> #define DEFINE(sym, val) asm volatile("\n->" #sym " %0 " #val : : "i" (val)) |