On Sun, 08 Nov 2020, Dmitry Torokhov wrote: > On Wed, Nov 04, 2020 at 04:24:22PM +0000, Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > > > In file included from drivers/input/touchscreen/cyttsp_i2c_common.c:24: > > drivers/input/touchscreen/cyttsp4_core.h:236:27: warning: > > ‘cyttsp4_tch_abs_string’ defined but not used [-Wunused-const-variable=] > > 236 | static const char const cyttsp4_tch_abs_string[] = { > > | ^~~~~~~~~~~~~~~~~~~~~~ > > In file included from drivers/input/touchscreen/cyttsp4_i2c.c:17: > > drivers/input/touchscreen/cyttsp4_core.h:236:27: warning: > > ‘cyttsp4_tch_abs_string’ defined but not used [-Wunused-const-variable=] > > 236 | static const char * const cyttsp4_tch_abs_string[] = { > > | ^~~~~~~~~~~~~~~~~~~~~~ > > In file included from drivers/input/touchscreen/cyttsp4_spi.c:17: > > drivers/input/touchscreen/cyttsp4_core.h:236:27: warning: > > ‘cyttsp4_tch_abs_string’ defined but not used [-Wunused-const-variable=] > > 236 | static const char * const cyttsp4_tch_abs_string[] = { > > | ^~~~~~~~~~~~~~~~~~~~~~ > > > > Cc: Ferruh Yigit <f...@cypress.com> > > Cc: Dmitry Torokhov <dmitry.torok...@gmail.com> > > Cc: "at www.cypress.com" <ttdriv...@cypress.com> > > Cc: linux-in...@vger.kernel.org > > Signed-off-by: Lee Jones <lee.jo...@linaro.org> > > Applied, thank you.
Thanks for this Dmitry. I'll rebase in a couple of days and fix the stragglers. -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog