Hi Marek, On Wed, Jan 30, 2019 at 07:48:32AM +0100, Marek Vasut wrote: > +static bool ili210x_report_events(struct ili210x *priv, u8 *touchdata) > { > int i; > bool touch; > unsigned int x, y; > - const struct finger *finger; > > for (i = 0; i < MAX_TOUCHES; i++) { > input_mt_slot(input, i); "input" is not declared here and stays undeclared until path adding support for ILI251X. I fixed it up locally. Thanks. -- Dmitry