From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from oproxy7-pub.bluehost.com ([67.222.55.9]:57753 "HELO oproxy7-pub.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1755178Ab2C3Qke (ORCPT ); Fri, 30 Mar 2012 12:40:34 -0400 Message-ID: <4F75E1FD.40901@xenotime.net> Date: Fri, 30 Mar 2012 09:40:29 -0700 From: Randy Dunlap MIME-Version: 1.0 To: linux-media CC: Hans Verkuil , Mauro Carvalho Chehab Subject: Re: [PATCH for v3.4] Add missing slab.h to radio-rtrack2.c References: <201203271139.21762.hverkuil@xs4all.nl> <4F733C0E.8030209@xenotime.net> In-Reply-To: <4F733C0E.8030209@xenotime.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: 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 > > > Acked-by: Randy Dunlap > 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 /* kernel radio structs */ >> #include >> #include /* outb, outb_p */ >> +#include >> #include >> #include >> #include "radio-isa.h" > > > -- ~Randy