From 571548a6569ee806f4e6438c2392e035f6b95c50 Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Wed, 15 Feb 2023 19:55:03 +0800 Subject: [PATCH] input: touchscreen: gsl3673_800x1280: Fix build as module drivers/input/touchscreen/gsl3673_800x1280.c:68:11: fatal error: 'gsl3680b_zm97f.h' file not found Signed-off-by: Tao Huang Change-Id: I4754dafc101df625c557a777829e32b42f9d768c --- drivers/input/touchscreen/gsl3673_800x1280.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/touchscreen/gsl3673_800x1280.c b/drivers/input/touchscreen/gsl3673_800x1280.c index a279b26e5f7d..da97d928d3b0 100644 --- a/drivers/input/touchscreen/gsl3673_800x1280.c +++ b/drivers/input/touchscreen/gsl3673_800x1280.c @@ -60,7 +60,7 @@ static char chip_type; #include "gsl3680_tab106.h" #define TP_SIZE_1366X768 #define Y_POL -#elif defined(CONFIG_TOUCHSCREEN_GSL3673_800X1280) +#elif IS_ENABLED(CONFIG_TOUCHSCREEN_GSL3673_800X1280) #define TP_SIZE_800X1280 #include "rochkchip_gslX680_8inch_800x1280_tg806_10.h" // #include "gsl3673_800x1280.h"