Build failure in drivers/pinctrl/pictrl-imx.c

From: Tushar Behera
Date: Thu Aug 22 2013 - 09:21:27 EST


Hi Linus,

With 'allyesconfig' on next-20130822, we are getting a build failure here.

I am not sure about the fix, hence only reporting the issue here.

drivers/pinctrl/pinctrl-imx.c: In function âimx_pinctrl_parse_groupsâ:
drivers/pinctrl/pinctrl-imx.c:35:5: error: incompatible types when
assigning to type âintâ from type âstruct imx_pinâ
j = p[i]; \
^
drivers/pinctrl/pinctrl-imx.c:504:2: note: in expansion of macro âIMX_PMX_DUMPâ
IMX_PMX_DUMP(info, grp->pins, grp->mux_mode, grp->configs, grp->npins);
^
drivers/pinctrl/pinctrl-imx.c:504:35: error: âstruct imx_pin_groupâ
has no member named âmux_modeâ
IMX_PMX_DUMP(info, grp->pins, grp->mux_mode, grp->configs, grp->npins);
^
drivers/pinctrl/pinctrl-imx.c:38:4: note: in definition of macro âIMX_PMX_DUMPâ
m[i], c[i]); \
^
drivers/pinctrl/pinctrl-imx.c:504:50: error: âstruct imx_pin_groupâ
has no member named âconfigsâ
IMX_PMX_DUMP(info, grp->pins, grp->mux_mode, grp->configs, grp->npins);
^
drivers/pinctrl/pinctrl-imx.c:38:10: note: in definition of macro âIMX_PMX_DUMPâ
m[i], c[i]); \
^
make[2]: *** [drivers/pinctrl/pinctrl-imx.o] Error 1
make[1]: *** [drivers/pinctrl] Error 2
make: *** [drivers] Error 2


--
Tushar Behera
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/