All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] remove version.h includes in drivers/media/dvb/frontends.
@ 2012-01-09 19:49 Devendra Naga
  0 siblings, 0 replies; 2+ messages in thread
From: Devendra Naga @ 2012-01-09 19:49 UTC (permalink / raw)
  To: mchehab, o.endriss, rjkm, crope, linux-media; +Cc: devendra.aaru

when compiling with make versioncheck, got

/home/devendra/linux/drivers/media/dvb/frontends/drxk_hard.c: 31 linux/version.h not needed.
/home/devendra/linux/drivers/media/dvb/frontends/tda18271c2dd.c: 32 linux/version.h not needed.

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
---
 drivers/media/dvb/frontends/drxk_hard.c    |    1 -
 drivers/media/dvb/frontends/tda18271c2dd.c |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/media/dvb/frontends/drxk_hard.c b/drivers/media/dvb/frontends/drxk_hard.c
index f6431ef..0024d9b 100644
--- a/drivers/media/dvb/frontends/drxk_hard.c
+++ b/drivers/media/dvb/frontends/drxk_hard.c
@@ -28,7 +28,6 @@
 #include <linux/delay.h>
 #include <linux/firmware.h>
 #include <linux/i2c.h>
-#include <linux/version.h>
 #include <asm/div64.h>
 
 #include "dvb_frontend.h"
diff --git a/drivers/media/dvb/frontends/tda18271c2dd.c b/drivers/media/dvb/frontends/tda18271c2dd.c
index 1b1bf20..fbd108e 100644
--- a/drivers/media/dvb/frontends/tda18271c2dd.c
+++ b/drivers/media/dvb/frontends/tda18271c2dd.c
@@ -29,7 +29,6 @@
 #include <linux/delay.h>
 #include <linux/firmware.h>
 #include <linux/i2c.h>
-#include <linux/version.h>
 #include <asm/div64.h>
 
 #include "dvb_frontend.h"
-- 
1.7.1


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

* [PATCH 1/1] remove version.h includes in drivers/media/dvb/frontends.
@ 2012-01-09 19:56 Devendra Naga
  0 siblings, 0 replies; 2+ messages in thread
From: Devendra Naga @ 2012-01-09 19:56 UTC (permalink / raw)
  To: mchehab, o.endriss, rjkm, crope, linux-media; +Cc: devendra.aaru

when compiling with make versioncheck, got

linux/drivers/media/dvb/frontends/drxk_hard.c: 31 linux/version.h not needed.
linux/drivers/media/dvb/frontends/tda18271c2dd.c: 32 linux/version.h not needed.

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
---
 drivers/media/dvb/frontends/drxk_hard.c    |    1 -
 drivers/media/dvb/frontends/tda18271c2dd.c |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/media/dvb/frontends/drxk_hard.c b/drivers/media/dvb/frontends/drxk_hard.c
index f6431ef..0024d9b 100644
--- a/drivers/media/dvb/frontends/drxk_hard.c
+++ b/drivers/media/dvb/frontends/drxk_hard.c
@@ -28,7 +28,6 @@
 #include <linux/delay.h>
 #include <linux/firmware.h>
 #include <linux/i2c.h>
-#include <linux/version.h>
 #include <asm/div64.h>
 
 #include "dvb_frontend.h"
diff --git a/drivers/media/dvb/frontends/tda18271c2dd.c b/drivers/media/dvb/frontends/tda18271c2dd.c
index 1b1bf20..fbd108e 100644
--- a/drivers/media/dvb/frontends/tda18271c2dd.c
+++ b/drivers/media/dvb/frontends/tda18271c2dd.c
@@ -29,7 +29,6 @@
 #include <linux/delay.h>
 #include <linux/firmware.h>
 #include <linux/i2c.h>
-#include <linux/version.h>
 #include <asm/div64.h>
 
 #include "dvb_frontend.h"
-- 
1.7.1


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

end of thread, other threads:[~2012-01-09 19:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-09 19:49 [PATCH 1/1] remove version.h includes in drivers/media/dvb/frontends Devendra Naga
  -- strict thread matches above, loose matches on Subject: below --
2012-01-09 19:56 Devendra Naga

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.