Hi, Here's a patch against 2.4.13-pre2 that fixes a compiler warning in the USB ultracam driver.
thanks, greg k-h (temporary USB maintainer) diff --minimal -Nru a/drivers/usb/ultracam.c b/drivers/usb/ultracam.c --- a/drivers/usb/ultracam.c Mon Oct 15 16:43:04 2001 +++ b/drivers/usb/ultracam.c Mon Oct 15 16:43:04 2001 @@ -537,11 +537,7 @@ * 12-Nov-2000 Reworked to comply with new probe() signature. * 23-Jan-2001 Added compatibility with 2.2.x kernels. */ -static void *ultracam_probe(struct usb_device *dev, unsigned int ifnum -#if defined(usb_device_id_ver) - ,const struct usb_device_id *devid -#endif - ) +static void *ultracam_probe(struct usb_device *dev, unsigned int ifnum ,const struct +usb_device_id *devid) { uvd_t *uvd = NULL; int i, nas; _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel