summaryrefslogtreecommitdiff
path: root/arch/mips/ralink/common.h
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-04-12 22:12:09 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-05-08 01:19:08 +0200
commit4114b6a6c3f2285f7f74065789dbd68fa24fc0ae (patch)
tree478ca9f804bf4f103a4ac290783d8cfdcd959c76 /arch/mips/ralink/common.h
parent5b4500d1944258184746c1f5ff05ab07b8f0b718 (diff)
MIPS: ralink: rename gpio_pinmux to rt_gpio_pinmux
Add proper namespacing to the variable. Signed-off-by: John Crispin <blogic@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/5171/
Diffstat (limited to 'arch/mips/ralink/common.h')
-rw-r--r--arch/mips/ralink/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/ralink/common.h b/arch/mips/ralink/common.h
index 300990313e1b..f4b19c679ed4 100644
--- a/arch/mips/ralink/common.h
+++ b/arch/mips/ralink/common.h
@@ -24,7 +24,7 @@ struct ralink_pinmux {
int uart_shift;
void (*wdt_reset)(void);
};
-extern struct ralink_pinmux gpio_pinmux;
+extern struct ralink_pinmux rt_gpio_pinmux;
struct ralink_soc_info {
unsigned char sys_type[RAMIPS_SYS_TYPE_LEN];