linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] adp1653: included linux/module.h twice
@ 2012-02-15 19:20 Danny Kukawka
  2012-02-16  9:27 ` Sakari Ailus
  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, Sakari Ailus, Andy Shevchenko, Laurent Pinchart,
	Paul Gortmaker, Greg Kroah-Hartman, linux-media, linux-kernel

drivers/media/video/adp1653.c included 'linux/module.h' twice,
remove the duplicate.

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

diff --git a/drivers/media/video/adp1653.c b/drivers/media/video/adp1653.c
index 12eedf4..6e7d094 100644
--- a/drivers/media/video/adp1653.c
+++ b/drivers/media/video/adp1653.c
@@ -33,7 +33,6 @@
 #include <linux/delay.h>
 #include <linux/module.h>
 #include <linux/i2c.h>
-#include <linux/module.h>
 #include <linux/slab.h>
 #include <linux/version.h>
 #include <media/adp1653.h>
-- 
1.7.8.3


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

* Re: [PATCH] adp1653: included linux/module.h twice
  2012-02-15 19:20 [PATCH] adp1653: included linux/module.h twice Danny Kukawka
@ 2012-02-16  9:27 ` Sakari Ailus
  0 siblings, 0 replies; 2+ messages in thread
From: Sakari Ailus @ 2012-02-16  9:27 UTC (permalink / raw)
  To: Danny Kukawka
  Cc: Mauro Carvalho Chehab, Danny Kukawka, Andy Shevchenko,
	Laurent Pinchart, Paul Gortmaker, Greg Kroah-Hartman,
	linux-media, linux-kernel

Hi Danny,

On Wed, Feb 15, 2012 at 08:20:44PM +0100, Danny Kukawka wrote:
> drivers/media/video/adp1653.c included 'linux/module.h' twice,
> remove the duplicate.
> 
> Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de>
> ---
>  drivers/media/video/adp1653.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/media/video/adp1653.c b/drivers/media/video/adp1653.c
> index 12eedf4..6e7d094 100644
> --- a/drivers/media/video/adp1653.c
> +++ b/drivers/media/video/adp1653.c
> @@ -33,7 +33,6 @@
>  #include <linux/delay.h>
>  #include <linux/module.h>
>  #include <linux/i2c.h>
> -#include <linux/module.h>
>  #include <linux/slab.h>
>  #include <linux/version.h>
>  #include <media/adp1653.h>

Thanks for the patch. However, I've got a patch in my tree that already
contains this change.

Kind regards,

-- 
Sakari Ailus
e-mail: sakari.ailus@iki.fi	jabber/XMPP/Gmail: sailus@retiisi.org.uk

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

end of thread, other threads:[~2012-02-16  9:28 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] adp1653: included linux/module.h twice Danny Kukawka
2012-02-16  9:27 ` Sakari Ailus

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).