summaryrefslogtreecommitdiff
path: root/arch/sparc64
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2006-06-29 22:22:22 (GMT)
committerDavid S. Miller <davem@sunset.davemloft.net>2006-06-29 23:37:55 (GMT)
commitf2ad06a20133125e5b6ab6497c6d90e63ded4761 (patch)
tree53f7ba932e0f268928462dda5e8b591a0e1a4eef /arch/sparc64
parent89d1d0ab4d99e1e0fe193352e1dd857787a0bfc0 (diff)
downloadlinux-f2ad06a20133125e5b6ab6497c6d90e63ded4761.tar.xz
[SPARC64] auxio: Remove asm/{sbus,ebus}.h includes.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64')
-rw-r--r--arch/sparc64/kernel/auxio.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/sparc64/kernel/auxio.c b/arch/sparc64/kernel/auxio.c
index 287d066..718350a 100644
--- a/arch/sparc64/kernel/auxio.c
+++ b/arch/sparc64/kernel/auxio.c
@@ -11,10 +11,9 @@
#include <linux/init.h>
#include <linux/ioport.h>
-#include <asm/oplib.h>
+#include <asm/prom.h>
+#include <asm/of_device.h>
#include <asm/io.h>
-#include <asm/sbus.h>
-#include <asm/ebus.h>
#include <asm/auxio.h>
void __iomem *auxio_register = NULL;