aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/xmon
diff options
context:
space:
mode:
authorLucas Woods <woodzy@gmail.com>2007-12-13 18:56:06 -0500
committerPaul Mackerras <paulus@samba.org>2007-12-20 01:13:50 -0500
commitca55f0570304dd625370f85097fec81dd5a92090 (patch)
tree50b594f2fa9d146ffb5bb1f11afb63e89783be98 /arch/ppc/xmon
parent05ead01554f876b030f4745b2d58db3e53f76ca9 (diff)
[POWERPC] arch/ppc: Remove duplicate includes
Signed-off-by: Lucas Woods <woodzy@gmail.com> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc/xmon')
-rw-r--r--arch/ppc/xmon/start.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ppc/xmon/start.c b/arch/ppc/xmon/start.c
index 8f0b953179fa..9056fe58aaa1 100644
--- a/arch/ppc/xmon/start.c
+++ b/arch/ppc/xmon/start.c
@@ -10,7 +10,6 @@
10#include <linux/sysrq.h> 10#include <linux/sysrq.h>
11#include <linux/bitops.h> 11#include <linux/bitops.h>
12#include <asm/xmon.h> 12#include <asm/xmon.h>
13#include <asm/machdep.h>
14#include <asm/errno.h> 13#include <asm/errno.h>
15#include <asm/processor.h> 14#include <asm/processor.h>
16#include <asm/delay.h> 15#include <asm/delay.h>