You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a 6.8.11-amd64 kernel and the command execution occurred this error:
error: ‘struct timer_list’ has no member named ‘data’
94 | ptimer->data = (unsigned long)cntx;
| ^~
error: implicit declaration of function ‘init_timer’; did you mean ‘_init_timer’? [-Werror=implicit-function-declaration]
95 | init_timer(ptimer);
| ^~~~~~~~~~
| _init_timer
cc1: some warnings being treated as errors
make[3]: *** [/usr/src/linux-headers-6.8.11-common/scripts/Makefile.build:248
Must it be because the kernel is much newer than the driver? Which kernel do you recommend me to use?
The text was updated successfully, but these errors were encountered:
I'm using a 6.8.11-amd64 kernel and the command execution occurred this error:
error: ‘struct timer_list’ has no member named ‘data’
94 | ptimer->data = (unsigned long)cntx;
| ^~
error: implicit declaration of function ‘init_timer’; did you mean ‘_init_timer’? [-Werror=implicit-function-declaration]
95 | init_timer(ptimer);
| ^~~~~~~~~~
| _init_timer
cc1: some warnings being treated as errors
make[3]: *** [/usr/src/linux-headers-6.8.11-common/scripts/Makefile.build:248
Must it be because the kernel is much newer than the driver? Which kernel do you recommend me to use?
The text was updated successfully, but these errors were encountered: