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

Re: iBook 800Mhz G3 fan on a lot



On 28/05/2004 at 14:19 +0200, Cedric Pradalier wrote:

> 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.

I've checked this now (I had'nt my laptop handy this morning). I don't
get this tainted message.

I've compiled myself vanilla 2.6.6 (plus orinoco monitor mode plus your
therm_adm103x patches).

-- 
Kiko



Reply to: