diff options
author | David S. Miller <davem@davemloft.net> | 2006-06-29 15:22:22 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-06-29 16:37:55 -0700 |
commit | f2ad06a20133125e5b6ab6497c6d90e63ded4761 (patch) | |
tree | 53f7ba932e0f268928462dda5e8b591a0e1a4eef /arch/sparc64 | |
parent | 89d1d0ab4d99e1e0fe193352e1dd857787a0bfc0 (diff) | |
download | linux-3.10-f2ad06a20133125e5b6ab6497c6d90e63ded4761.tar.gz linux-3.10-f2ad06a20133125e5b6ab6497c6d90e63ded4761.tar.bz2 linux-3.10-f2ad06a20133125e5b6ab6497c6d90e63ded4761.zip |
[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.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/sparc64/kernel/auxio.c b/arch/sparc64/kernel/auxio.c index 287d066f7d0..718350aba1e 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; |