On Fri, Aug 02, 2013 at 12:38:22PM +0200, Markus Pargmann wrote: > The functions are not available if included by imx1 core driver. > Does imx1 core driver include the header? Shawn > Signed-off-by: Markus Pargmann <mpa@xxxxxxxxxxxxxx> > --- > drivers/pinctrl/pinctrl-imx.h | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/drivers/pinctrl/pinctrl-imx.h b/drivers/pinctrl/pinctrl-imx.h > index bcedd99..446fc01 100644 > --- a/drivers/pinctrl/pinctrl-imx.h > +++ b/drivers/pinctrl/pinctrl-imx.h > @@ -89,7 +89,11 @@ struct imx_pinctrl_soc_info { > #define IMX_MUX_MASK 0x7 > #define IOMUXC_CONFIG_SION (0x1 << 4) > > +#if IS_ENABLED(PINCTRL_IMX) > + > int imx_pinctrl_probe(struct platform_device *pdev, > struct imx_pinctrl_soc_info *info); > int imx_pinctrl_remove(struct platform_device *pdev); > + > +#endif > #endif /* __DRIVERS_PINCTRL_IMX_H */ > -- > 1.8.3.2 > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html