mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
drivers/input/touchscreen/tsc2007_core.c:266:30: error: implicit declaration of function 'from_timer'; did you mean 'mod_timer'? [-Werror=implicit-function-declaration] 134 │ 266 | struct tsc2007 *ts = from_timer(ts, t, timer); 135 │ | ^~~~~~~~~~ 136 │ | mod_timer 137 │ drivers/input/touchscreen/tsc2007_core.c:266:48: error: 'timer' undeclared (first use in this function); did you mean 'ktimerd'? 138 │ 266 | struct tsc2007 *ts = from_timer(ts, t, timer);