diff options
author | Lucas Woods <woodzy@gmail.com> | 2007-12-13 15:56:06 -0800 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-12-20 17:13:50 +1100 |
commit | ca55f0570304dd625370f85097fec81dd5a92090 (patch) | |
tree | 50b594f2fa9d146ffb5bb1f11afb63e89783be98 /arch/ppc/xmon | |
parent | 05ead01554f876b030f4745b2d58db3e53f76ca9 (diff) | |
download | op-kernel-dev-ca55f0570304dd625370f85097fec81dd5a92090.zip op-kernel-dev-ca55f0570304dd625370f85097fec81dd5a92090.tar.gz |
[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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ppc/xmon/start.c b/arch/ppc/xmon/start.c index 8f0b953..9056fe5 100644 --- a/arch/ppc/xmon/start.c +++ b/arch/ppc/xmon/start.c @@ -10,7 +10,6 @@ #include <linux/sysrq.h> #include <linux/bitops.h> #include <asm/xmon.h> -#include <asm/machdep.h> #include <asm/errno.h> #include <asm/processor.h> #include <asm/delay.h> |