diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2013-07-15 09:21:28 -0400 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2013-07-29 09:17:40 -0400 |
commit | 08d3868ec7644e142a63652b01bc7c12b0f6ed75 (patch) | |
tree | 638ab5dd4e8b05efc91941bc4f3603987682af04 /drivers/pinctrl/sh-pfc/sh_pfc.h | |
parent | 94e74601384da5605087c176501e4fb17d7c4252 (diff) |
sh-pfc: Remove unused GPIO_PORT_ALL macro
The macro isn't used, remove it.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tested-by: Yusuke Goda <yusuke.goda.sx@renesas.com>
Diffstat (limited to 'drivers/pinctrl/sh-pfc/sh_pfc.h')
-rw-r--r-- | drivers/pinctrl/sh-pfc/sh_pfc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pinctrl/sh-pfc/sh_pfc.h b/drivers/pinctrl/sh-pfc/sh_pfc.h index 2105487dd1b6..363ea8cb3be6 100644 --- a/drivers/pinctrl/sh-pfc/sh_pfc.h +++ b/drivers/pinctrl/sh-pfc/sh_pfc.h | |||
@@ -196,9 +196,7 @@ struct sh_pfc_soc_info { | |||
196 | PORT_10(fn, pfx##9, sfx) | 196 | PORT_10(fn, pfx##9, sfx) |
197 | 197 | ||
198 | #define _PORT_ALL(pfx, sfx) pfx##_##sfx | 198 | #define _PORT_ALL(pfx, sfx) pfx##_##sfx |
199 | #define _GPIO_PORT(pfx, sfx) PINMUX_GPIO(GPIO_PORT##pfx, PORT##pfx##_DATA) | ||
200 | #define PORT_ALL(str) CPU_ALL_PORT(_PORT_ALL, PORT, str) | 199 | #define PORT_ALL(str) CPU_ALL_PORT(_PORT_ALL, PORT, str) |
201 | #define GPIO_PORT_ALL() CPU_ALL_PORT(_GPIO_PORT, , unused) | ||
202 | #define GPIO_FN(str) PINMUX_GPIO_FN(GPIO_FN_##str, PINMUX_FN_BASE, str##_MARK) | 200 | #define GPIO_FN(str) PINMUX_GPIO_FN(GPIO_FN_##str, PINMUX_FN_BASE, str##_MARK) |
203 | 201 | ||
204 | /* helper macro for pinmux_enum_t */ | 202 | /* helper macro for pinmux_enum_t */ |