pinctrl: sh-pfc: sh7757: Fix duplicate initializer in GPIO pinmux data
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 10 Jun 2016 09:35:47 +0000 (11:35 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 14 Jun 2016 07:41:41 +0000 (09:41 +0200)
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>
drivers/pinctrl/sh-pfc/pfc-sh7757.c

index 0555a1fe076ed353c4627239534a702e1b810c5c..6d8c31caefc105e0a543d1508f8eb31d997783b4 100644 (file)
@@ -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),