[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: iBook 800Mhz G3 fan on a lot



According to Colin LEROY, on Fri, 28 May 2004 11:54:35 +0200, 
>> > >May 28 10:05:05 localhost kernel: therm_adm103x: no version for
>> > >"struct_module" found: kernel tainted.
>> >
>> > What is the MODULE_* macro to avoid this warning ?
>>
>> MODULE_LICENSE("GPL");
>> Could be something like this?

I use these :
#define DRIVER_VERSION "2004 May 25"
#define DRIVER_DESC "Driver for ADM103x thermostat in iBook G3"
#define DRIVER_INFO DRIVER_VERSION " " DRIVER_DESC
MODULE_AUTHOR ("Cedric Pradalier <cedric.pradalier@free.fr>");
MODULE_DESCRIPTION (DRIVER_INFO);
MODULE_LICENSE ("GPL");
MODULE_VERSION ("1:1.0");


>
>I think that's due to different versions in module and kernel (as it's
>a binary module), but I could be mistaken.
>

I don't think this is the cause. It appears also in my "in-tree"
version.

-- 
Cedric

"[Of course] I'm French! Why do think I have this outrageous 
accent, you silly king-a?!"  Monty Python and the Holy Grail



Reply to: