From: Laurent Pinchart Date: Sat, 15 Dec 2012 22:51:54 +0000 (+0100) Subject: sh-pfc: Remove pinmux_info definition X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b93911e3d59bcd665a810fdf8ec7040a74eb4ff4;p=linux-beck.git 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 Acked-by: Paul Mundt Acked-by: Linus Walleij Signed-off-by: Simon Horman --- 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 { 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 */