From: ppisa Date: Tue, 11 Jul 2006 00:27:49 +0000 (+0000) Subject: Do not use new module parameters declaration for old 2.6.x kernels. X-Git-Tag: CLT_COMM_CAN_pre_ul_log_introduction~2 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/commitdiff_plain/b3fbeef7cc83328f167ad4864bd81555a6c4d186?hp=b3fbeef7cc83328f167ad4864bd81555a6c4d186 Do not use new module parameters declaration for old 2.6.x kernels. There has been change in used count report in module_param_array_named macro somewhere around 2.6.10 kernel release which breaks LinCAN build -#define module_param_array_named(name, array, type, num, perm) \ +#define module_param_array_named(name, array, type, nump, perm) \ ---