Re: comedi-cvs fails to compile on 2.6.16

Frank Mori Hess napisał(a):
> On Monday 20 March 2006 06:02 am, Wiktor Grebla wrote:
>   
>> Hi.
>>
>> Unfortunately i've no idea how to fix it:
>>     
>
> Try using the --enable-kbuild configure option
>   
It works, thanks!

usbduxfast.c, usbdux.c and dt9812.c will also need something like:

#if LINUX_VERSION_CODE > KERNEL_VERSION(2,4,19) && \
    LINUX_VERSION_CODE < KERNEL_VERSION(2,6,16)
        owner:          THIS_MODULE,
#endif

because the owner field has been removed from the usb_driver structure.


Regards,
W.

Received on 2006-03-21Z09:51:58