linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 18/37] Remove unneeded version.h includes from
       [not found] <alpine.LNX.2.00.1106232344480.17688@swampdragon.chaosbits.net>
@ 2011-06-23 22:35 ` Jesper Juhl
  2011-06-23 22:51   ` [PATCH 18/37] Remove unneeded version.h includes from drivers/video/ Mike Frysinger
  2011-06-24  8:17   ` Paul Mundt
  0 siblings, 2 replies; 3+ messages in thread
From: Jesper Juhl @ 2011-06-23 22:35 UTC (permalink / raw)
  To: LKML
  Cc: trivial, Michael Hennerich, Richard Purdie, Paul Mundt,
	device-drivers-devel, linux-fbdev

It was pointed out by 'make versioncheck' that some includes of
linux/version.h are not needed in drivers/video/.
This patch removes them.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
---
 drivers/video/backlight/adp8860_bl.c |    1 -
 drivers/video/backlight/adp8870_bl.c |    1 -
 drivers/video/pxa3xx-gcu.c           |    2 --
 drivers/video/xilinxfb.c             |    1 -
 4 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/drivers/video/backlight/adp8860_bl.c b/drivers/video/backlight/adp8860_bl.c
index d2a96a4..24a6dfd 100644
--- a/drivers/video/backlight/adp8860_bl.c
+++ b/drivers/video/backlight/adp8860_bl.c
@@ -7,7 +7,6 @@
  */
 
 #include <linux/module.h>
-#include <linux/version.h>
 #include <linux/init.h>
 #include <linux/errno.h>
 #include <linux/pm.h>
diff --git a/drivers/video/backlight/adp8870_bl.c b/drivers/video/backlight/adp8870_bl.c
index 05a8832..383c4c3 100644
--- a/drivers/video/backlight/adp8870_bl.c
+++ b/drivers/video/backlight/adp8870_bl.c
@@ -7,7 +7,6 @@
  */
 
 #include <linux/module.h>
-#include <linux/version.h>
 #include <linux/init.h>
 #include <linux/errno.h>
 #include <linux/pm.h>
diff --git a/drivers/video/pxa3xx-gcu.c b/drivers/video/pxa3xx-gcu.c
index 0283c70..d8de557 100644
--- a/drivers/video/pxa3xx-gcu.c
+++ b/drivers/video/pxa3xx-gcu.c
@@ -31,8 +31,6 @@
  */
 
 #include <linux/module.h>
-#include <linux/version.h>
-
 #include <linux/platform_device.h>
 #include <linux/dma-mapping.h>
 #include <linux/miscdevice.h>
diff --git a/drivers/video/xilinxfb.c b/drivers/video/xilinxfb.c
index 77dea01..fcb6cd9 100644
--- a/drivers/video/xilinxfb.c
+++ b/drivers/video/xilinxfb.c
@@ -23,7 +23,6 @@
 #include <linux/device.h>
 #include <linux/module.h>
 #include <linux/kernel.h>
-#include <linux/version.h>
 #include <linux/errno.h>
 #include <linux/string.h>
 #include <linux/mm.h>
-- 
1.7.5.2


-- 
Jesper Juhl <jj@chaosbits.net>       http://www.chaosbits.net/
Don't top-post http://www.catb.org/jargon/html/T/top-post.html
Plain text mails only, please.


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

* Re: [PATCH 18/37] Remove unneeded version.h includes from drivers/video/
  2011-06-23 22:35 ` [PATCH 18/37] Remove unneeded version.h includes from Jesper Juhl
@ 2011-06-23 22:51   ` Mike Frysinger
  2011-06-24  8:17   ` Paul Mundt
  1 sibling, 0 replies; 3+ messages in thread
From: Mike Frysinger @ 2011-06-23 22:51 UTC (permalink / raw)
  To: Jesper Juhl
  Cc: LKML, trivial, Michael Hennerich, Richard Purdie, Paul Mundt,
	device-drivers-devel, linux-fbdev

On Thu, Jun 23, 2011 at 18:35, Jesper Juhl wrote:
>  drivers/video/backlight/adp8860_bl.c |    1 -
>  drivers/video/backlight/adp8870_bl.c |    1 -

Acked-by: Mike Frysinger <vapier@gentoo.org>
-mike

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

* Re: [PATCH 18/37] Remove unneeded version.h includes from drivers/video/
  2011-06-23 22:35 ` [PATCH 18/37] Remove unneeded version.h includes from Jesper Juhl
  2011-06-23 22:51   ` [PATCH 18/37] Remove unneeded version.h includes from drivers/video/ Mike Frysinger
@ 2011-06-24  8:17   ` Paul Mundt
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Mundt @ 2011-06-24  8:17 UTC (permalink / raw)
  To: Jesper Juhl
  Cc: LKML, trivial, Michael Hennerich, Richard Purdie,
	device-drivers-devel, linux-fbdev

On Fri, Jun 24, 2011 at 12:35:17AM +0200, Jesper Juhl wrote:
> It was pointed out by 'make versioncheck' that some includes of
> linux/version.h are not needed in drivers/video/.
> This patch removes them.
> 
> Signed-off-by: Jesper Juhl <jj@chaosbits.net>
> ---
>  drivers/video/backlight/adp8860_bl.c |    1 -
>  drivers/video/backlight/adp8870_bl.c |    1 -
>  drivers/video/pxa3xx-gcu.c           |    2 --
>  drivers/video/xilinxfb.c             |    1 -
>  4 files changed, 0 insertions(+), 5 deletions(-)
> 
Applied, thanks.

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

end of thread, other threads:[~2011-06-24  8:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <alpine.LNX.2.00.1106232344480.17688@swampdragon.chaosbits.net>
2011-06-23 22:35 ` [PATCH 18/37] Remove unneeded version.h includes from Jesper Juhl
2011-06-23 22:51   ` [PATCH 18/37] Remove unneeded version.h includes from drivers/video/ Mike Frysinger
2011-06-24  8:17   ` Paul Mundt

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