Star64_linux/drivers/input
Nathan Huckleberry 5cecc2bccc Input: atmel_mxt_ts - fix -Wunused-const-variable
Clang produces the following warning

drivers/input/touchscreen/atmel_mxt_ts.c:259:42: warning: unused
variable 'mxt_video_fops' [-Wunused-const-variable]
static const struct v4l2_file_operations mxt_video_fops = {

Since mxt_video_fops is only used inside an ifdef. It should
be moved inside the ifdef.

Link: https://github.com/ClangBuiltLinux/linux/issues/527
Signed-off-by: Nathan Huckleberry <nhuck@google.com>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2019-07-01 01:21:16 -07:00
..
gameport
joystick Input: iforce - add the Saitek R440 Force Wheel 2019-06-22 23:55:50 -07:00
keyboard Input: gpio_keys - use struct_size() in devm_kzalloc() 2019-06-22 23:36:24 -07:00
misc Merge branch 'for-linus' into next 2019-05-27 18:48:01 -07:00
mouse Input: elan_i2c - export the device id whitelist 2019-06-30 00:18:13 -07:00
rmi4 Input: synaptics-rmi4 - remove set but not used variable 'sensor_flags' 2019-05-27 19:01:40 -07:00
serio Linux 5.1 2019-05-10 11:43:46 -07:00
tablet Input: wacom_serial4 - add support for Wacom ArtPad II tablet 2019-03-09 15:57:18 -08:00
touchscreen Input: atmel_mxt_ts - fix -Wunused-const-variable 2019-07-01 01:21:16 -07:00
apm-power.c
evbug.c
evdev.c Input: evdev - use struct_size() in kzalloc() and vzalloc() 2019-04-03 16:10:40 -07:00
ff-core.c
ff-memless.c
input-compat.c
input-compat.h
input-leds.c
input-mt.c
input-polldev.c
input.c
joydev.c Input: joydev - extend absolute mouse detection 2019-06-30 00:35:25 -07:00
Kconfig
Makefile
matrix-keymap.c
mousedev.c
sparse-keymap.c