diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-11 09:47:23 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-11 10:00:07 +1000 |
commit | abc244dd855a8013db8c850c21811c12a22b608a (patch) | |
tree | b4161fbe6b1eee7b525c4a21dfe3695cc80a617a /arch | |
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')
-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 682fe8b6e02..58017d18db7 100644 --- a/arch/powerpc/platforms/powermac/pic.c +++ b/arch/powerpc/platforms/powermac/pic.c @@ -33,7 +33,6 @@ #include <asm/prom.h> #include <asm/pci-bridge.h> #include <asm/time.h> -#include <asm/xmon.h> #include <asm/pmac_feature.h> #include <asm/mpic.h> |