On Mon, Apr 16, 2012 at 11:09 AM, Linus Walleij <[email protected]> wrote: > On Mon, Apr 16, 2012 at 10:52 AM, Viresh Kumar <[email protected]> wrote: > >> When we compile pinctrl layer for platforms without CONFIG_PINCONF, we get >> following compilation errors: >> >> drivers/built-in.o: In function `pinctrl_show': >> linux-2.6/drivers/pinctrl/core.c:1116: undefined >> reference to `pinconf_show_setting' >> drivers/built-in.o: In function `pinctrl_maps_show': >> linux-2.6/drivers/pinctrl/core.c:1071: undefined >> reference to `pinconf_show_map' >> drivers/built-in.o: In function `pinctrl_init_device_debugfs': >> linux-2.6/drivers/pinctrl/core.c:1224: undefined >> reference to `pinconf_init_device_debugfs' >> make[1]: *** [.tmp_vmlinux1] Error 1 >> >> This patch fixes this. >> >> Signed-off-by: Viresh Kumar <[email protected]> > > Ooops! Patch applied. Will push this for the -rc:s.
Or no, wait, that was for the CONFIG_DEBUG_FS cleanup, so no need to push to -rc:s since it's out-of-tree. Sorry for the confusion, patch applied anyway. Yours, Linus Walleij _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
