linux-stable/arch/mips/include/asm/mach-ralink
Harvey Hunt e3ccf1d1de MIPS: ralink: Fix build error due to missing header
Previously, <linux/module.h> was included before ralink_regs.h in all
ralink files - leading to <linux/io.h> being implicitly included.

After commit 26dd3e4ff9 ("MIPS: Audit and remove any unnecessary
uses of module.h") removed the inclusion of module.h from multiple
places, some ralink platforms failed to build with the following error:

In file included from arch/mips/ralink/mt7620.c:17:0:
./arch/mips/include/asm/mach-ralink/ralink_regs.h: In function ‘rt_sysc_w32’:
./arch/mips/include/asm/mach-ralink/ralink_regs.h:38:2: error: implicit declaration of function ‘__raw_writel’ [-Werror=implicit-function-declaration]
  __raw_writel(val, rt_sysc_membase + reg);
  ^
./arch/mips/include/asm/mach-ralink/ralink_regs.h: In function ‘rt_sysc_r32’:
./arch/mips/include/asm/mach-ralink/ralink_regs.h:43:2: error: implicit declaration of function ‘__raw_readl’ [-Werror=implicit-function-declaration]
  return __raw_readl(rt_sysc_membase + reg);

Fix this by including <linux/io.h>.

Signed-off-by: Harvey Hunt <harvey.hunt@imgtec.com>
Fixes: 26dd3e4ff9 ("MIPS: Audit and remove any unnecessary uses of module.h")
Cc: John Crispin <john@phrozen.org>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Cc: <stable@vger.kernel.org> #4.11+
Patchwork: https://patchwork.linux-mips.org/patch/16780/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2017-07-18 23:59:18 +02:00
..
mt7620 MIPS: ralink: mt7620: Add cpu-feature-override header 2013-09-04 16:58:31 +02:00
mt7621 MIPS: ralink: add MT7621 support 2016-01-20 00:39:20 +01:00
rt288x MIPS: ralink: add cpu-feature-overrides.h 2013-05-08 01:19:10 +02:00
rt305x MIPS: ralink: add cpu-feature-overrides.h 2013-05-08 01:19:10 +02:00
rt3883 MIPS: ralink: add cpu-feature-overrides.h 2013-05-08 01:19:10 +02:00
irq.h MIPS: ralink: add MT7621 support 2016-01-20 00:39:20 +01:00
mt7620.h MIPS: ralink: Add missing pinmux. 2017-01-03 16:34:47 +01:00
mt7621.h MIPS: Change my email address 2016-05-13 14:02:18 +02:00
pinmux.h MIPS: Change my email address 2016-05-13 14:02:18 +02:00
ralink_regs.h MIPS: ralink: Fix build error due to missing header 2017-07-18 23:59:18 +02:00
rt288x.h MIPS: Change my email address 2016-05-13 14:02:18 +02:00
rt305x.h MIPS: Change my email address 2016-05-13 14:02:18 +02:00
rt3883.h MIPS: ralink: cleanup the soc specific pinmux data 2014-11-24 07:45:24 +01:00