diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-10 19:47:23 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-10 20:00:07 -0400 |
commit | abc244dd855a8013db8c850c21811c12a22b608a (patch) | |
tree | b4161fbe6b1eee7b525c4a21dfe3695cc80a617a /arch/powerpc/platforms/powermac/pic.c | |
parent | 60a3d741780a883f4ce10c0fab99e8542ec65e04 (diff) |
powerpc: Remove xmon.h include from arch/powerpc/platforms/powermac/pic.c
... since it isn't needed.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/powermac/pic.c')
-rw-r--r-- | arch/powerpc/platforms/powermac/pic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/powermac/pic.c b/arch/powerpc/platforms/powermac/pic.c index 682fe8b6e025..58017d18db70 100644 --- a/arch/powerpc/platforms/powermac/pic.c +++ b/arch/powerpc/platforms/powermac/pic.c | |||
@@ -33,7 +33,6 @@ | |||
33 | #include <asm/prom.h> | 33 | #include <asm/prom.h> |
34 | #include <asm/pci-bridge.h> | 34 | #include <asm/pci-bridge.h> |
35 | #include <asm/time.h> | 35 | #include <asm/time.h> |
36 | #include <asm/xmon.h> | ||
37 | #include <asm/pmac_feature.h> | 36 | #include <asm/pmac_feature.h> |
38 | #include <asm/mpic.h> | 37 | #include <asm/mpic.h> |
39 | 38 | ||