All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for v3.4] Add missing slab.h to radio-rtrack2.c
@ 2012-03-27  9:39 Hans Verkuil
  2012-03-28 16:27 ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Verkuil @ 2012-03-27  9:39 UTC (permalink / raw)
  To: linux-media; +Cc: Mauro Carvalho Chehab

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>
---
 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"
-- 
1.7.7.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH for v3.4] Add missing slab.h to radio-rtrack2.c
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2012-03-28 16:27 UTC (permalink / raw)
  To: Hans Verkuil; +Cc: linux-media, Mauro Carvalho Chehab

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>

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH for v3.4] Add missing slab.h to radio-rtrack2.c
  2012-03-28 16:27 ` Randy Dunlap
@ 2012-03-30 16:40   ` Randy Dunlap
  0 siblings, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2012-03-30 16:40 UTC (permalink / raw)
  To: linux-media; +Cc: Hans Verkuil, Mauro Carvalho Chehab

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-03-30 16:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.