Gitweb:
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1e12e3919ea83ce28f8c017b83f68739485fef81
Commit: 1e12e3919ea83ce28f8c017b83f68739485fef81
Parent: 96b5a46e2a72dc1829370c87053e0cd558d58bc0
Author: Chris Zankel <[EMAIL PROTECTED]>
AuthorDate: Fri Jan 18 14:26:55 2008 -0800
Committer: Chris Zankel <[EMAIL PROTECTED]>
CommitDate: Wed Feb 13 15:05:35 2008 -0800
[XTENSA] Remove duplicate includes.
Signed-off-by: Lucas Woods <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Christian Zankel <[EMAIL PROTECTED]>
---
arch/xtensa/kernel/asm-offsets.c | 1 -
arch/xtensa/mm/cache.c | 1 -
arch/xtensa/platform-iss/network.c | 1 -
3 files changed, 0 insertions(+), 3 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/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 f21b9b0..d89fb18 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>
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html