diff options
| -rw-r--r-- | arch/mips/include/asm/mach-ralink/ralink_regs.h | 2 | ||||
| -rw-r--r-- | arch/mips/ralink/mt7620.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mach-ralink/ralink_regs.h b/arch/mips/include/asm/mach-ralink/ralink_regs.h index 9df1a53bcb36..b4e7dfa214eb 100644 --- a/arch/mips/include/asm/mach-ralink/ralink_regs.h +++ b/arch/mips/include/asm/mach-ralink/ralink_regs.h | |||
| @@ -13,6 +13,8 @@ | |||
| 13 | #ifndef _RALINK_REGS_H_ | 13 | #ifndef _RALINK_REGS_H_ |
| 14 | #define _RALINK_REGS_H_ | 14 | #define _RALINK_REGS_H_ |
| 15 | 15 | ||
| 16 | #include <linux/io.h> | ||
| 17 | |||
| 16 | enum ralink_soc_type { | 18 | enum ralink_soc_type { |
| 17 | RALINK_UNKNOWN = 0, | 19 | RALINK_UNKNOWN = 0, |
| 18 | RT2880_SOC, | 20 | RT2880_SOC, |
diff --git a/arch/mips/ralink/mt7620.c b/arch/mips/ralink/mt7620.c index 094a0ee4af46..9be8b08ae46b 100644 --- a/arch/mips/ralink/mt7620.c +++ b/arch/mips/ralink/mt7620.c | |||
| @@ -12,6 +12,7 @@ | |||
| 12 | 12 | ||
| 13 | #include <linux/kernel.h> | 13 | #include <linux/kernel.h> |
| 14 | #include <linux/init.h> | 14 | #include <linux/init.h> |
| 15 | #include <linux/bug.h> | ||
| 15 | 16 | ||
| 16 | #include <asm/mipsregs.h> | 17 | #include <asm/mipsregs.h> |
| 17 | #include <asm/mach-ralink/ralink_regs.h> | 18 | #include <asm/mach-ralink/ralink_regs.h> |
