Skip to content

Commit

Permalink
pinctrl: renesas: r8a7778: Remove unused PORT_GP_PUP_1() macro
Browse files Browse the repository at this point in the history
The last user was removed in commit dd1f760 ("pinctrl: sh-pfc:
r8a7778: Use common PORT_GP_CFG_27() macro").

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Link: https://lore.kernel.org/r/129147ac57f5e931cc7108db0a6483b803a1b8f4.1619785375.git.geert+renesas@glider.be
  • Loading branch information
Geert Uytterhoeven committed May 11, 2021
1 parent d82b924 commit cf04bbe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/pinctrl/renesas/pfc-r8a7778.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@

#include "sh_pfc.h"

#define PORT_GP_PUP_1(bank, pin, fn, sfx) \
PORT_GP_CFG_1(bank, pin, fn, sfx, SH_PFC_PIN_CFG_PULL_UP)

#define CPU_ALL_GP(fn, sfx) \
PORT_GP_CFG_32(0, fn, sfx, SH_PFC_PIN_CFG_PULL_UP), \
PORT_GP_CFG_32(1, fn, sfx, SH_PFC_PIN_CFG_PULL_UP), \
Expand Down

0 comments on commit cf04bbe

Please sign in to comment.