All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mt9p031.c included media/v4l2-subdev.h twice
@ 2012-02-15 19:20 Danny Kukawka
  2012-02-16  0:52 ` Laurent Pinchart
  0 siblings, 1 reply; 2+ messages in thread
From: Danny Kukawka @ 2012-02-15 19:20 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Danny Kukawka, Laurent Pinchart, Paul Gortmaker, Javier Martin,
	linux-media, linux-kernel

drivers/media/video/mt9p031.c included 'media/v4l2-subdev.h' twice,
remove the duplicate.

Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de>
---
 drivers/media/video/mt9p031.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/mt9p031.c b/drivers/media/video/mt9p031.c
index 93c3ec7..dd937df 100644
--- a/drivers/media/video/mt9p031.c
+++ b/drivers/media/video/mt9p031.c
@@ -19,7 +19,6 @@
 #include <linux/log2.h>
 #include <linux/pm.h>
 #include <linux/slab.h>
-#include <media/v4l2-subdev.h>
 #include <linux/videodev2.h>
 
 #include <media/mt9p031.h>
-- 
1.7.8.3


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

* Re: [PATCH] mt9p031.c included media/v4l2-subdev.h twice
  2012-02-15 19:20 [PATCH] mt9p031.c included media/v4l2-subdev.h twice Danny Kukawka
@ 2012-02-16  0:52 ` Laurent Pinchart
  0 siblings, 0 replies; 2+ messages in thread
From: Laurent Pinchart @ 2012-02-16  0:52 UTC (permalink / raw)
  To: Danny Kukawka
  Cc: Mauro Carvalho Chehab, Danny Kukawka, Paul Gortmaker,
	Javier Martin, linux-media, linux-kernel

Hi Danny,

Thanks for the patch.

On Wednesday 15 February 2012 20:20:55 Danny Kukawka wrote:
> drivers/media/video/mt9p031.c included 'media/v4l2-subdev.h' twice,
> remove the duplicate.
> 
> Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de>

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

I'll push the patch through my tree.

> ---
>  drivers/media/video/mt9p031.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/media/video/mt9p031.c b/drivers/media/video/mt9p031.c
> index 93c3ec7..dd937df 100644
> --- a/drivers/media/video/mt9p031.c
> +++ b/drivers/media/video/mt9p031.c
> @@ -19,7 +19,6 @@
>  #include <linux/log2.h>
>  #include <linux/pm.h>
>  #include <linux/slab.h>
> -#include <media/v4l2-subdev.h>
>  #include <linux/videodev2.h>
> 
>  #include <media/mt9p031.h>

-- 
Regards,

Laurent Pinchart

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

end of thread, other threads:[~2012-02-16  0:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-15 19:20 [PATCH] mt9p031.c included media/v4l2-subdev.h twice Danny Kukawka
2012-02-16  0:52 ` Laurent Pinchart

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.