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/mm | |
parent | 96b5a46e2a72dc1829370c87053e0cd558d58bc0 (diff) |
[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/mm')
-rw-r--r-- | arch/xtensa/mm/cache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/xtensa/mm/cache.c b/arch/xtensa/mm/cache.c index 9a1fa9478ae7..42bfb695a170 100644 --- a/arch/xtensa/mm/cache.c +++ b/arch/xtensa/mm/cache.c @@ -25,7 +25,6 @@ #include <linux/swap.h> #include <linux/pagemap.h> -#include <asm/pgtable.h> #include <asm/bootparam.h> #include <asm/mmu_context.h> #include <asm/tlb.h> |