On Thu, Mar 23, 2000 at 10:35:59PM +0100, Pavel Machek wrote:

> It adds ability to compile usg-storage into kernel. If it looks
> reasonable, apply it!
>                                                               Pavel

> -             ss->htmplt.module = &__this_module;
> +             ss->htmplt.module =
> +#ifdef MODULE
> +                                 &__this_module;
> +#else
> +                                 NULL;
> +#endif

I don't know about the rest of this, but 
                ss->htmplt.module = THIS_MODULE;
should be enough instead of the above.

-- 
Vojtech Pavlik
SuSE Labs

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to