1 The function didn't declare.
2 when in kernel module,function may need a parameter,like func(void), not func().
3 the parameter may have a struct or type not be defined.
1 The function didn't declare.
2 when in kernel module,function may need a parameter,like func(void), not func().
3 the parameter may have a struct or type not be defined.