Linux 일반
error: 'THIS_MODULE' undeclared here (not in a function)
bumnux
2014. 3. 21. 20:28
kernel-3.4.39 에서 다음과 같이 에러가 난다면 module.h 파일을 include 시켜라.
error: 'THIS_MODULE' undeclared here (not in a function)
#include <linux/module.h>