On Fri, 21 Dec 2001, Dmitri wrote:

> Quoting Rui Sousa <[EMAIL PROTECTED]>:
> 
> 
> There is a change in usbvideo.c though:
> 
> > diff -uNr usbvideo.orig/usbvideo.c usbvideo/usbvideo.c
> > --- usbvideo.orig/usbvideo.c        Fri Sep 21 05:55:28 2001
> > +++ usbvideo/usbvideo.c     Fri Dec 21 19:09:51 2001
> > @@ -17,7 +17,7 @@
> >  #include <linux/kernel.h>
> >  #include <linux/sched.h>
> >  #include <linux/list.h>
> > -#include <linux/malloc.h>
> > +#include <linux/slab.h>
> >  #include <linux/module.h>
> >  #include <linux/mm.h>
> >  #include <linux/smp_lock.h>
> 
> How important that is? Should it be applied to 2.4 and/or 2.5 trees?

Both. If you include malloc.h you get a compilation warning telling 
you to use slab.h instead.

...Hmm, actually this change is already in 2.4.17.

Rui Sousa 
> 
> Dmitri
> 
> 


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

Reply via email to