Skip to content

Commit cf04bbe

Browse files
committed
pinctrl: renesas: r8a7778: Remove unused PORT_GP_PUP_1() macro
The last user was removed in commit dd1f760 ("pinctrl: sh-pfc: r8a7778: Use common PORT_GP_CFG_27() macro"). Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Niklas Söderlund <[email protected]> Link: https://lore.kernel.org/r/129147ac57f5e931cc7108db0a6483b803a1b8f4.1619785375.git.geert+renesas@glider.be
1 parent d82b924 commit cf04bbe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/pinctrl/renesas/pfc-r8a7778.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818

1919
#include "sh_pfc.h"
2020

21-
#define PORT_GP_PUP_1(bank, pin, fn, sfx) \
22-
PORT_GP_CFG_1(bank, pin, fn, sfx, SH_PFC_PIN_CFG_PULL_UP)
23-
2421
#define CPU_ALL_GP(fn, sfx) \
2522
PORT_GP_CFG_32(0, fn, sfx, SH_PFC_PIN_CFG_PULL_UP), \
2623
PORT_GP_CFG_32(1, fn, sfx, SH_PFC_PIN_CFG_PULL_UP), \

0 commit comments

Comments
 (0)