diff options
Diffstat (limited to 'arch/mips/netlogic/common/earlycons.c')
-rw-r--r-- | arch/mips/netlogic/common/earlycons.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/netlogic/common/earlycons.c b/arch/mips/netlogic/common/earlycons.c index 1902fa22d277..769f93032c53 100644 --- a/arch/mips/netlogic/common/earlycons.c +++ b/arch/mips/netlogic/common/earlycons.c | |||
@@ -37,9 +37,11 @@ | |||
37 | 37 | ||
38 | #include <asm/mipsregs.h> | 38 | #include <asm/mipsregs.h> |
39 | #include <asm/netlogic/haldefs.h> | 39 | #include <asm/netlogic/haldefs.h> |
40 | #include <asm/netlogic/common.h> | ||
40 | 41 | ||
41 | #if defined(CONFIG_CPU_XLP) | 42 | #if defined(CONFIG_CPU_XLP) |
42 | #include <asm/netlogic/xlp-hal/iomap.h> | 43 | #include <asm/netlogic/xlp-hal/iomap.h> |
44 | #include <asm/netlogic/xlp-hal/xlp.h> | ||
43 | #include <asm/netlogic/xlp-hal/uart.h> | 45 | #include <asm/netlogic/xlp-hal/uart.h> |
44 | #elif defined(CONFIG_CPU_XLR) | 46 | #elif defined(CONFIG_CPU_XLR) |
45 | #include <asm/netlogic/xlr/iomap.h> | 47 | #include <asm/netlogic/xlr/iomap.h> |