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 tried to compile the driver but apparently setup_timer is deprecated
error: implicit declaration of function ‘setup_timer’; did you mean ‘del_timer’? [-Werror=implicit-function-declaration] setup_timer(&mk->timer, mk_timer, (long) mk); ^~~~~~~~~~~ del_timer
how can I fix this ?
I tried using timer_setup but the parameters are way different
also "gpio" appearas not to be defined error: ‘gpio’ undeclared (first use in this function)
thanks
The text was updated successfully, but these errors were encountered:
Hello,
I tried to compile the driver but apparently setup_timer is deprecated
error: implicit declaration of function ‘setup_timer’; did you mean ‘del_timer’? [-Werror=implicit-function-declaration] setup_timer(&mk->timer, mk_timer, (long) mk); ^~~~~~~~~~~ del_timer
how can I fix this ?
I tried using timer_setup but the parameters are way different
also "gpio" appearas not to be defined
error: ‘gpio’ undeclared (first use in this function)
thanks
The text was updated successfully, but these errors were encountered: