Messages in this thread |  | | Date | Wed, 5 Jun 2002 23:37:28 -0700 | From | Greg KH <> | Subject | Re: ov511 compilation failure 2.5.18 - struct urb has no next |
| |
On Mon, Jun 03, 2002 at 02:41:21PM +0200, Kees Bakker wrote: > Since 2.5.18 I'm getting compilation errors in ov511.c. > ov511.c: In function `ov51x_init_isoc': > ov511.c:3978: structure has no member named `next' > ov511.c:3980: structure has no member named `next' > > Struct member 'next' has been removed from struct urb. > > Can I simply remove these lines that setup this 'ring'?
Sure, but odds are the driver will not work :)
See the linux-usb-devel archives for instructions on how to convert this kind of driver if you're interested in doing so.
thanks,
greg k-h - 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/
|  |