[SPARC64] auxio: Remove asm/{sbus,ebus}.h includes.

Signed-off-by: David S. Miller <davem@davemloft.net>

authored by David S. Miller and committed by David S. Miller f2ad06a2 89d1d0ab

+2 -3
+2 -3
arch/sparc64/kernel/auxio.c
··· 11 11 #include <linux/init.h> 12 12 #include <linux/ioport.h> 13 13 14 - #include <asm/oplib.h> 14 + #include <asm/prom.h> 15 + #include <asm/of_device.h> 15 16 #include <asm/io.h> 16 - #include <asm/sbus.h> 17 - #include <asm/ebus.h> 18 17 #include <asm/auxio.h> 19 18 20 19 void __iomem *auxio_register = NULL;