Hi GUnther,
On Thu, Apr 17, 2008 at 8:51 PM, Gunther Furtado <[EMAIL PROTECTED]> wrote:
> Still unable to compile in testing:
Has this build been done with a debian linux-headers package?
Can you give the exact steps to reproduce it from scratch?
The error shown traces back to this snippet:
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24)
spin_lock_init(&urb->lock);
#endif
So it seems that your build directory has a wrongly defined
KERNEL_VERSION, or is not really 2.6.24-1.
Can you re-check that?
--
Martín Ferrari