Skip to content

Commit ab58a2f

Browse files
committed
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>
1 parent e3a4f1b commit ab58a2f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/mips/sgi-ip30/ip30-console.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <linux/io.h>
44

55
#include <asm/sn/ioc3.h>
6+
#include <asm/setup.h>
67

78
static inline struct ioc3_uartregs *console_uart(void)
89
{

arch/mips/sgi-ip30/ip30-setup.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <linux/percpu.h>
1515
#include <linux/memblock.h>
1616

17+
#include <asm/bootinfo.h>
1718
#include <asm/smp-ops.h>
1819
#include <asm/sgialib.h>
1920
#include <asm/time.h>

0 commit comments

Comments
 (0)