Skip to content

Commit 6ea1bc9

Browse files
committed
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Pull MIPS fixes from Ralf Baechle: "This fixes two build issues for ralink platforms, both due to missing #includes which used to be included indirectly via other headers" * 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus: MIPS: ralink: mt7620: Add missing header MIPS: ralink: Fix build error due to missing header
2 parents fbb7761 + f13343e commit 6ea1bc9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

arch/mips/include/asm/mach-ralink/ralink_regs.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
#ifndef _RALINK_REGS_H_
1414
#define _RALINK_REGS_H_
1515

16+
#include <linux/io.h>
17+
1618
enum ralink_soc_type {
1719
RALINK_UNKNOWN = 0,
1820
RT2880_SOC,

arch/mips/ralink/mt7620.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
#include <linux/kernel.h>
1414
#include <linux/init.h>
15+
#include <linux/bug.h>
1516

1617
#include <asm/mipsregs.h>
1718
#include <asm/mach-ralink/ralink_regs.h>

0 commit comments

Comments
 (0)