aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2016-06-10 11:35:47 +0200
committerGeert Uytterhoeven <geert+renesas@glider.be>2016-06-14 09:41:41 +0200
commit6f6fca0ab0ebe07834898a7c843d8d16f68a0344 (patch)
tree65bef61dd255112aae6e37f31dd6bb9d9591998b /drivers/pinctrl
parentpinctrl: sh-pfc: r8a7795: add support for voltage switching (diff)
downloadlinux-dev-6f6fca0ab0ebe07834898a7c843d8d16f68a0344.tar.xz
linux-dev-6f6fca0ab0ebe07834898a7c843d8d16f68a0344.zip
pinctrl: sh-pfc: sh7757: Fix duplicate initializer in GPIO pinmux data
With C=1: drivers/pinctrl/sh-pfc/pfc-sh7757.c:1613:9: warning: Initializer entry defined twice drivers/pinctrl/sh-pfc/pfc-sh7757.c:1628:9: also defined here Remove the duplicate initializer to fix this. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'drivers/pinctrl')
-rw-r--r--drivers/pinctrl/sh-pfc/pfc-sh7757.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pinctrl/sh-pfc/pfc-sh7757.c b/drivers/pinctrl/sh-pfc/pfc-sh7757.c
index 0555a1fe076e..6d8c31caefc1 100644
--- a/drivers/pinctrl/sh-pfc/pfc-sh7757.c
+++ b/drivers/pinctrl/sh-pfc/pfc-sh7757.c
@@ -1625,7 +1625,6 @@ static const struct pinmux_func pinmux_func_gpios[] = {
GPIO_FN(VBIOS_CS),
/* PTW (mobule: LBSC, EVC, SCIF) */
- GPIO_FN(A16),
GPIO_FN(A15),
GPIO_FN(A14),
GPIO_FN(A13),