1. 03 Dec, 2020 4 commits
  2. 02 Dec, 2020 1 commit
  3. 23 Nov, 2020 3 commits
  4. 20 Nov, 2020 12 commits
  5. 19 Nov, 2020 5 commits
  6. 18 Nov, 2020 10 commits
  7. 13 Nov, 2020 2 commits
  8. 12 Nov, 2020 1 commit
  9. 10 Nov, 2020 1 commit
  10. 09 Nov, 2020 1 commit
    • Lee Jones's avatar
      Input: cyttsp4 - move 'cyttsp4_tch_abs_string' to the only file that references it · 45353186
      Lee Jones authored
      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[] = {
       | ^~~~~~~~~~~~~~~~~~~~~~
      Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
      Link: https://lore.kernel.org/r/20201104162427.2984742-16-lee.jones@linaro.orgSigned-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
      45353186