replace:
#if defined(CONFIG_INPUT) || \
defined(CONFIG_INPUT_MODULE)
with:
#if IS_ENABLED(CONFIG_INPUT)
This change was made for: CONFIG_INPUT
Reported-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| stv06xx.c | ||
| stv06xx.h | ||
| stv06xx_hdcs.c | ||
| stv06xx_hdcs.h | ||
| stv06xx_pb0100.c | ||
| stv06xx_pb0100.h | ||
| stv06xx_sensor.h | ||
| stv06xx_st6422.c | ||
| stv06xx_st6422.h | ||
| stv06xx_vv6410.c | ||
| stv06xx_vv6410.h | ||