LDD3中的sbull驱动make不能通过
LDD3中的sbull模块,经过make后
make -C /lib/modules/2.6.18-1.2798.fc6/build M=/home/michael/examples/sbull modules
make[1]: Entering directory `/usr/src/kernels/2.6.18-1.2798.fc6-i586'
CC [M] /home/michael/examples/sbull/sbull.o
/home/michael/examples/sbull/sbull.c: In function ‘sbull_full_request’:
/home/michael/examples/sbull/sbull.c:181: error: too few arguments to function ‘end_that_request_last’
make[2]: *** [/home/michael/examples/sbull/sbull.o] Error 1
make[1]: *** [_module_/home/michael/examples/sbull] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.18-1.2798.fc6-i586'
make: *** [default] Error 2
为什么会说:too few arguments to function ‘end_that_request_last’
为什么会出现这个错误