linux-2.6.30.4
如下错误:
error: implicit declaration of function 'class_device_create'
error: implicit declaration of function 'class_device_destroy'
原因:
class_device_create 和 class_device_destroy 是最期版本的API
现在已经改成device_create 和 device_destroy
linux-2.6.30.4
如下错误:
error: implicit declaration of function 'class_device_create'
error: implicit declaration of function 'class_device_destroy'
原因:
class_device_create 和 class_device_destroy 是最期版本的API
现在已经改成device_create 和 device_destroy