Package: r8168-dkms
Version: 8.045.08-1

/var/lib/dkms/r8168/8.045.08/build/r8168_n.c:22967:9: error: implicit
declaration of function ‘setup_timer’; did you mean ‘sk_stop_timer’?
[-Werror=implicit-function-declaration] setup_timer(timer,
rtl8168_esd_timer, (unsigned long)dev); ^~~~~~~~~~~ sk_stop_timer
cc1: some warnings being treated as errors

sudo dpkg -i linux-headers-4.15.0-rc1_4.15.0-rc1-10.00.Custom_amd64.deb

timer.h api has changed in the kernel 4.15-rc1. Modify the r8168_n.c
file to use timer_setup function.

Reply via email to