Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Laurent Pinchart and committed by
Simon Horman
54cbac81 bcdccf9e

+2 -2
+1 -1
arch/sh/include/cpu-sh4/cpu/sh7723.h
··· 184 184 /* SIUA */ 185 185 GPIO_FN_SIUAFCK, GPIO_FN_SIUAILR, GPIO_FN_SIUAIBT, GPIO_FN_SIUAISLD, 186 186 GPIO_FN_SIUAOLR, GPIO_FN_SIUAOBT, GPIO_FN_SIUAOSLD, GPIO_FN_SIUAMCK, 187 - GPIO_FN_SIUAISPD, GPIO_FN_SIUOSPD, 187 + GPIO_FN_SIUAISPD, GPIO_FN_SIUAOSPD, 188 188 189 189 /* SIUB */ 190 190 GPIO_FN_SIUBFCK, GPIO_FN_SIUBILR, GPIO_FN_SIUBIBT, GPIO_FN_SIUBISLD,
+1 -1
arch/sh/kernel/cpu/sh4a/pinmux-sh7723.c
··· 1317 1317 PINMUX_GPIO(GPIO_FN_SIUAOSLD, SIUAOSLD_MARK), 1318 1318 PINMUX_GPIO(GPIO_FN_SIUAMCK, SIUAMCK_MARK), 1319 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 1322 /* SIUB */ 1323 1323 PINMUX_GPIO(GPIO_FN_SIUBFCK, SIUBFCK_MARK),