On Wed, Oct 19, 2022 at 10:23:06AM -0300, Fabio Estevam wrote: > After some recent header cleanup in the pinctrl subsystem, the following > build error is seen: > > drivers/pinctrl/freescale/pinctrl-imx1-core.c: In function 'imx1_pin_dbg_show': > drivers/pinctrl/freescale/pinctrl-imx1-core.c:209:2: error: implicit > declaration of function 'seq_printf'; did you mean 'scnprintf'? > [-Werror=implicit-function-declaration] > > Explicitly add the <linux/seq_file.h> header to fix it. Thank you, I will incorporate it into the respective series. -- With Best Regards, Andy Shevchenko