diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2024-01-19 14:37:57 +0100 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2024-01-22 11:12:08 +0100 |
commit | ab58a2f319de945f631150a190653a90e307df8e (patch) | |
tree | 7f7c9423e1d6a27e579883fe5c8c243399824eee /arch/mips | |
parent | MIPS: fw arc: Fix missing prototypes (diff) | |
download | linux-ab58a2f319de945f631150a190653a90e307df8e.tar.xz linux-ab58a2f319de945f631150a190653a90e307df8e.zip |
MIPS: sgi-ip30: Fix missing prototypes
Include needed header files.
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/sgi-ip30/ip30-console.c | 1 | ||||
-rw-r--r-- | arch/mips/sgi-ip30/ip30-setup.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/sgi-ip30/ip30-console.c b/arch/mips/sgi-ip30/ip30-console.c index b91f8c4fdc78..7c6dcf6e73f7 100644 --- a/arch/mips/sgi-ip30/ip30-console.c +++ b/arch/mips/sgi-ip30/ip30-console.c @@ -3,6 +3,7 @@ #include <linux/io.h> #include <asm/sn/ioc3.h> +#include <asm/setup.h> static inline struct ioc3_uartregs *console_uart(void) { diff --git a/arch/mips/sgi-ip30/ip30-setup.c b/arch/mips/sgi-ip30/ip30-setup.c index 75a34684e704..e8547636a748 100644 --- a/arch/mips/sgi-ip30/ip30-setup.c +++ b/arch/mips/sgi-ip30/ip30-setup.c @@ -14,6 +14,7 @@ #include <linux/percpu.h> #include <linux/memblock.h> +#include <asm/bootinfo.h> #include <asm/smp-ops.h> #include <asm/sgialib.h> #include <asm/time.h> |