On 03/28/2012 09:27 AM, Randy Dunlap wrote: > On 03/27/2012 02:39 AM, Hans Verkuil wrote: > >> Missed this one, this patch should solve this issue: >> >> http://www.spinics.net/lists/linux-media/msg45880.html >> >> Slab.h was added to all the other isa drivers, but not radio-rtrack2.c. >> >> Subject: [PATCH] radio-rtrack2: add missing slab.h. >> >> Signed-off-by: Hans Verkuil <hans.verkuil@xxxxxxxxx> > > > Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> > Please merge so that linux-next builds do not fail. Thanks. > >> --- >> drivers/media/radio/radio-rtrack2.c | 1 + >> 1 files changed, 1 insertions(+), 0 deletions(-) >> >> diff --git a/drivers/media/radio/radio-rtrack2.c b/drivers/media/radio/radio- >> rtrack2.c >> index b275c5d..b1f844c 100644 >> --- a/drivers/media/radio/radio-rtrack2.c >> +++ b/drivers/media/radio/radio-rtrack2.c >> @@ -17,6 +17,7 @@ >> #include <linux/videodev2.h> /* kernel radio structs */ >> #include <linux/mutex.h> >> #include <linux/io.h> /* outb, outb_p */ >> +#include <linux/slab.h> >> #include <media/v4l2-device.h> >> #include <media/v4l2-ioctl.h> >> #include "radio-isa.h" > > > -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html