aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2012-12-15 17:51:54 -0500
committerSimon Horman <horms+renesas@verge.net.au>2013-01-24 19:24:31 -0500
commitb93911e3d59bcd665a810fdf8ec7040a74eb4ff4 (patch)
tree079eb299aa702be37b9e6d0359994bb7ef7db82c /include/linux
parente854547bfa55660e088dffa640e7eaac61833c1a (diff)
sh-pfc: Remove pinmux_info definition
The pinmux_info alias to sh_pfc_soc_info isn't needed anymore, remove it. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Acked-by: Paul Mundt <lethal@linux-sh.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/sh_pfc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/sh_pfc.h b/include/linux/sh_pfc.h
index 9fd62282c625..13049c4c8d30 100644
--- a/include/linux/sh_pfc.h
+++ b/include/linux/sh_pfc.h
@@ -114,9 +114,6 @@ struct sh_pfc_soc_info {
114 unsigned long unlock_reg; 114 unsigned long unlock_reg;
115}; 115};
116 116
117/* XXX compat for now */
118#define pinmux_info sh_pfc_soc_info
119
120enum { GPIO_CFG_DRYRUN, GPIO_CFG_REQ, GPIO_CFG_FREE }; 117enum { GPIO_CFG_DRYRUN, GPIO_CFG_REQ, GPIO_CFG_FREE };
121 118
122/* helper macro for port */ 119/* helper macro for port */