Skip to content

Commit

Permalink
sh-pfc: r8a7778: Fix outdated GPIO_FN comments
Browse files Browse the repository at this point in the history
Function GPIOs have been removed, remove comments that refer to them.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Laurent Pinchart authored and Simon Horman committed Jun 5, 2013
1 parent 80da8e0 commit 0eef12d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions drivers/pinctrl/sh-pfc/pfc-r8a7778.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,19 +376,19 @@ enum {
AVS1_MARK,
AVS2_MARK,

VI0_R0_C_MARK, /* see GPIO_FN_VI0_R0_A */
VI0_R1_C_MARK, /* see GPIO_FN_VI0_R1_A */
VI0_R2_C_MARK, /* see GPIO_FN_VI0_R2_A */
/* VI0_R3_C_MARK, see GPIO_FN_VI0_R3_A */
VI0_R4_C_MARK, /* see GPIO_FN_VI0_R4_A */
VI0_R5_C_MARK, /* see GPIO_FN_VI0_R5_A */

VI0_R0_D_MARK, /* see GPIO_FN_VI0_R0_B */
VI0_R1_D_MARK, /* see GPIO_FN_VI0_R1_B */
VI0_R2_D_MARK, /* see GPIO_FN_VI0_R2_B */
VI0_R3_D_MARK, /* see GPIO_FN_VI0_R3_B */
VI0_R4_D_MARK, /* see GPIO_FN_VI0_R4_B */
VI0_R5_D_MARK, /* see GPIO_FN_VI0_R5_B */
VI0_R0_C_MARK, /* see sel_vi0 */
VI0_R1_C_MARK, /* see sel_vi0 */
VI0_R2_C_MARK, /* see sel_vi0 */
/* VI0_R3_C_MARK, */
VI0_R4_C_MARK, /* see sel_vi0 */
VI0_R5_C_MARK, /* see sel_vi0 */

VI0_R0_D_MARK, /* see sel_vi0 */
VI0_R1_D_MARK, /* see sel_vi0 */
VI0_R2_D_MARK, /* see sel_vi0 */
VI0_R3_D_MARK, /* see sel_vi0 */
VI0_R4_D_MARK, /* see sel_vi0 */
VI0_R5_D_MARK, /* see sel_vi0 */

/* IPSR0 */
PRESETOUT_MARK, PWM1_MARK, AUDATA0_MARK,
Expand Down

0 comments on commit 0eef12d

Please sign in to comment.