diff options
-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 @@ | |||
11 | #include <linux/init.h> | 11 | #include <linux/init.h> |
12 | #include <linux/ioport.h> | 12 | #include <linux/ioport.h> |
13 | 13 | ||
14 | #include <asm/oplib.h> | 14 | #include <asm/prom.h> |
15 | #include <asm/of_device.h> | ||
15 | #include <asm/io.h> | 16 | #include <asm/io.h> |
16 | #include <asm/sbus.h> | ||
17 | #include <asm/ebus.h> | ||
18 | #include <asm/auxio.h> | 17 | #include <asm/auxio.h> |
19 | 18 | ||
20 | void __iomem *auxio_register = NULL; | 19 | void __iomem *auxio_register = NULL; |