]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[XTENSA] Remove duplicate includes.
authorChris Zankel <chris@zankel.net>
Fri, 18 Jan 2008 22:26:55 +0000 (14:26 -0800)
committerChris Zankel <chris@zankel.net>
Wed, 13 Feb 2008 23:05:35 +0000 (15:05 -0800)
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>
arch/xtensa/kernel/asm-offsets.c
arch/xtensa/mm/cache.c
arch/xtensa/platform-iss/network.c

index d5ffe7b6443ef170994f66b9e94f50f2bdcd0969..5d9ef515ca1ee690cf67c7c1b4e9ff1eefe7d067 100644 (file)
@@ -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))
index 9a1fa9478ae74090664466824e8ee495a88be9e5..42bfb695a17012be4fc72989a0867e5473365dd7 100644 (file)
@@ -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>
index f21b9b0899a8e3ae277d08256aab7207940f0aa2..d89fb18d7971f026b1cc3819778814a2a4c9e8a2 100644 (file)
@@ -31,7 +31,6 @@
 #include <linux/bootmem.h>
 #include <linux/ethtool.h>
 #include <linux/rtnetlink.h>
-#include <linux/timer.h>
 #include <linux/platform_device.h>
 
 #include <asm/platform/simcall.h>