mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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 <huangtao@rock-chips.com> Change-Id: I4754dafc101df625c557a777829e32b42f9d768c
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user