diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2012-12-15 17:50:37 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-01-24 19:24:19 -0500 |
commit | 54cbac81881ded7fa487a9304e337d9acdbe4364 (patch) | |
tree | 37f15cf9bac695b5d354b97eeb047f7082dedf2b /arch/sh/kernel | |
parent | bcdccf9e28c7af97f841c716516483c65e093d79 (diff) |
sh: sh7723: Rename GPIO_FN_SIUOSPD to GPIO_FN_SIUAOSPD
The GPIO was incorrectly named. As it has no user in the whole kernel
tree, just rename it.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/sh/kernel')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/pinmux-sh7723.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/pinmux-sh7723.c b/arch/sh/kernel/cpu/sh4a/pinmux-sh7723.c index 88bf5ecda849..2037915a6d3c 100644 --- a/arch/sh/kernel/cpu/sh4a/pinmux-sh7723.c +++ b/arch/sh/kernel/cpu/sh4a/pinmux-sh7723.c | |||
@@ -1317,7 +1317,7 @@ static struct pinmux_gpio pinmux_gpios[] = { | |||
1317 | PINMUX_GPIO(GPIO_FN_SIUAOSLD, SIUAOSLD_MARK), | 1317 | PINMUX_GPIO(GPIO_FN_SIUAOSLD, SIUAOSLD_MARK), |
1318 | PINMUX_GPIO(GPIO_FN_SIUAMCK, SIUAMCK_MARK), | 1318 | PINMUX_GPIO(GPIO_FN_SIUAMCK, SIUAMCK_MARK), |
1319 | PINMUX_GPIO(GPIO_FN_SIUAISPD, SIUAISPD_MARK), | 1319 | PINMUX_GPIO(GPIO_FN_SIUAISPD, SIUAISPD_MARK), |
1320 | PINMUX_GPIO(GPIO_FN_SIUOSPD, SIUAOSPD_MARK), | 1320 | PINMUX_GPIO(GPIO_FN_SIUAOSPD, SIUAOSPD_MARK), |
1321 | 1321 | ||
1322 | /* SIUB */ | 1322 | /* SIUB */ |
1323 | PINMUX_GPIO(GPIO_FN_SIUBFCK, SIUBFCK_MARK), | 1323 | PINMUX_GPIO(GPIO_FN_SIUBFCK, SIUBFCK_MARK), |