log: kernel4.19 compile error [1/1]
PD#SWPL-9652
Problem:
init_timer() function not exist in kernel4.19
Solution:
1) use setup_timer() to init timer in kernel4.9
2) use timer_setup() to init timer in kernel4.19
Verify:
Android P + U200
Change-Id: Ie9e12494a9b16eb6432a01cf8b503bae4c019023
Signed-off-by:
Liqiang Jin <liqiang.jin@amlogic.com>
Loading
Please sign in to comment