I am following the Linux Device Drivers (3rd edition). When I try to imitate the scull example in chapter 6 , an error is reported. It says that:
error: implicit declaration of function ‘init_MUTEX’ [-Werror=implicit-function-declaration]
Can anyone tell me where has init_MUTEX gone? By the way, Is there a list that I can check all the kernel API changes?