Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f6fca0a authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

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: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Acked-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
parent e9eace32
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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),