From: Randy Dunlap <rdunlap@xenotime.net>
To: linux-media <linux-media@vger.kernel.org>
Cc: Hans Verkuil <hverkuil@xs4all.nl>,
Mauro Carvalho Chehab <mchehab@redhat.com>
Subject: Re: [PATCH for v3.4] Add missing slab.h to radio-rtrack2.c
Date: Fri, 30 Mar 2012 09:40:29 -0700 [thread overview]
Message-ID: <4F75E1FD.40901@xenotime.net> (raw)
In-Reply-To: <4F733C0E.8030209@xenotime.net>
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@cisco.com>
>
>
> Acked-by: Randy Dunlap <rdunlap@xenotime.net>
>
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
prev parent reply other threads:[~2012-03-30 16:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-27 9:39 [PATCH for v3.4] Add missing slab.h to radio-rtrack2.c Hans Verkuil
2012-03-28 16:27 ` Randy Dunlap
2012-03-30 16:40 ` Randy Dunlap [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F75E1FD.40901@xenotime.net \
--to=rdunlap@xenotime.net \
--cc=hverkuil@xs4all.nl \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).