Hi,
The error is due to inclusion of header files of
different kernel version.
Compile the module with appropriate path to
kernel header files. (/usr/src/linux....)
U can specify the path by compiler option
"-I<header file path>".
Regards,
Anj
|