diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-11-19 11:16:51 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-11-19 11:56:35 +0100 |
commit | 341fe38975211e73c4b1e9b44d5ccbdf7960466b (patch) | |
tree | db3a8a01fe1add45218edf3f0da7c68828f3e1c4 /drivers/pinctrl/sh-pfc | |
parent | pinctrl: sh-pfc: r8a77990: Add HSCIF pins, groups, and functions (diff) | |
download | linux-341fe38975211e73c4b1e9b44d5ccbdf7960466b.tar.xz linux-341fe38975211e73c4b1e9b44d5ccbdf7960466b.zip |
pinctrl: sh-pfc: r8a77995: Remove unused PINMUX_IPSR_{MSEL2,PHYS}()
The PINMUX_IPSR_MSEL2() and PINMUX_IPSR_PHYS() macros are unused, and
will conflict with generic macros that are to be added.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'drivers/pinctrl/sh-pfc')
-rw-r--r-- | drivers/pinctrl/sh-pfc/pfc-r8a77995.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a77995.c b/drivers/pinctrl/sh-pfc/pfc-r8a77995.c index 9484eaa8522a..e457539a61c5 100644 --- a/drivers/pinctrl/sh-pfc/pfc-r8a77995.c +++ b/drivers/pinctrl/sh-pfc/pfc-r8a77995.c @@ -468,12 +468,6 @@ enum { #undef FM }; -#define PINMUX_IPSR_MSEL2(ipsr, fn, msel1, msel2) \ - PINMUX_DATA(fn##_MARK, FN_##msel1, FN_##msel2, FN_##fn, FN_##ipsr) - -#define PINMUX_IPSR_PHYS(ipsr, fn, msel) \ - PINMUX_DATA(fn##_MARK, FN_##msel) - static const u16 pinmux_data[] = { PINMUX_DATA_GP_ALL(), |