Hello,
Ran into this as well. Looking in the older kernel tree header files we
see that the call MODULE_PARM is depricated. I found:
http://www.uwsg.iu.edu/hypermail/linux/kernel/0410.1/0248.html
in which the following replacements are made:
- MODULE_PARM(any, "i");
+ module_param(any, int, 0644);
also for the others... this appears to work.
Groetjes, Tjeerd
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GE/FA/MU/S d-(++)/!x/!!@ s+: a-/? C++>++ UL+ P L+++>++++ E---
W++(+++)>-- N+>++ o? K-/!+++++ w-->--- O? M V? PS(---)@ PE Y+>++
PGP-->+++ t+ 5 X-- R-- !tv b+ DI(+) D-- G++ e+ h/-- r-->+++ y-
------END GEEK CODE BLOCK------
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]