Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b93911e3 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Simon Horman
Browse files

sh-pfc: Remove pinmux_info definition



The pinmux_info alias to sh_pfc_soc_info isn't needed anymore, remove
it.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: default avatarPaul Mundt <lethal@linux-sh.org>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent e854547b
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -114,9 +114,6 @@ struct sh_pfc_soc_info {
	unsigned long unlock_reg;
};

/* XXX compat for now */
#define pinmux_info sh_pfc_soc_info

enum { GPIO_CFG_DRYRUN, GPIO_CFG_REQ, GPIO_CFG_FREE };

/* helper macro for port */