Skip to content

Commit

Permalink
pinctrl: sh-pfc: sh7757: Fix duplicate initializer in GPIO pinmux data
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Geert Uytterhoeven committed Jun 14, 2016
1 parent e9eace3 commit 6f6fca0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/pinctrl/sh-pfc/pfc-sh7757.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 6f6fca0

Please sign in to comment.