Messages in this thread |  | | Subject | Re: kernel2.2.x to kernel2.4.x | Date | Wed, 16 May 2001 21:40:42 +0100 (BST) | From | Alan Cox <> |
| |
> I tried porting a network driver from kernel2.2.x to > 2.4. When i tried loading the driver, it shows the > unresolved symbols for > copy_to_user_ret
if(copy_to_user(...)) return -EFAULT
> outs
Has not gone away, your includes are wrong
> __bad_udelay
You are using too large a udelay use mdelay - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |