All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 12/12] arch/xtensa: Remove duplicate includes.
@ 2007-11-05 20:16 Lucas Woods
  0 siblings, 0 replies; only message in thread
From: Lucas Woods @ 2007-11-05 20:16 UTC (permalink / raw)
  To: kernel-janitors


Signed-off-by: Lucas Woods <woodzy@gmail.com>
---
 arch/xtensa/kernel/asm-offsets.c   |    1 -
 arch/xtensa/kernel/syscall.c       |    1 -
 arch/xtensa/mm/cache.c             |    1 -
 arch/xtensa/platform-iss/network.c |    1 -
 4 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/arch/xtensa/kernel/asm-offsets.c b/arch/xtensa/kernel/asm-offsets.c
index d5ffe7b..5d9ef51 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))
diff --git a/arch/xtensa/kernel/syscall.c b/arch/xtensa/kernel/syscall.c
index f3e16ef..b06e030 100644
--- a/arch/xtensa/kernel/syscall.c
+++ b/arch/xtensa/kernel/syscall.c
@@ -36,7 +36,6 @@ syscall_t sys_call_table[__NR_syscall_count] /* FIXME __cacheline_aligned */= {
 #define __SYSCALL(nr,symbol,nargs) [ nr ] = (syscall_t)symbol,
 #undef _XTENSA_UNISTD_H
 #undef  __KERNEL_SYSCALLS__
-#include <asm/unistd.h>
 };
 
 /*
diff --git a/arch/xtensa/mm/cache.c b/arch/xtensa/mm/cache.c
index 9a1fa94..42bfb69 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>
diff --git a/arch/xtensa/platform-iss/network.c b/arch/xtensa/platform-iss/network.c
index b61fb36..31c8d21 100644
--- a/arch/xtensa/platform-iss/network.c
+++ b/arch/xtensa/platform-iss/network.c
@@ -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>
-- 



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-05 20:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-05 20:16 [PATCH 12/12] arch/xtensa: Remove duplicate includes Lucas Woods

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.