]> rtime.felk.cvut.cz Git - lincan.git/commitdiff
Do not use new module parameters declaration for old 2.6.x kernels.
authorppisa <ppisa>
Tue, 11 Jul 2006 00:27:49 +0000 (00:27 +0000)
committerppisa <ppisa>
Tue, 11 Jul 2006 00:27:49 +0000 (00:27 +0000)
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)         \


No differences found