On Wed, Mar 27, 2002 at 03:58:29PM -0800, David Brownell wrote:
>     - Uses <linux/completion.h> for unlink synchronization

Hm, something's wrong with this portion I think, as I get the following
compile time errors after applying this patch:
        hcd.c:1560: field `done' has incomplete type
        hcd.c: In function `unlink_complete':
        hcd.c:1579: warning: implicit declaration of function `complete'
        hcd.c: In function `hcd_unlink_urb':
        hcd.c:1661: warning: implicit declaration of function `init_completion'
        hcd.c:1689: warning: implicit declaration of function `wait_for_completion'

Any ideas?

thanks,

greg k-h

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to