linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [DRIVERS/VIDEO] removed unused #include <version.h>
@ 2008-08-16 23:51 Huang Weiyi
  2008-08-18 14:05 ` Ondrej Zajicek
  0 siblings, 1 reply; 2+ messages in thread
From: Huang Weiyi @ 2008-08-16 23:51 UTC (permalink / raw)
  To: santiago; +Cc: linux-kernel

The driver(s) below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.
  drivers/video/arkfb.c
  drivers/video/s3fb.c
  drivers/video/vt8623fb.c

This patch removes the said #include <version.h>.

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>

diff --git a/drivers/video/arkfb.c b/drivers/video/arkfb.c
index 4bd569e..314d186 100644
--- a/drivers/video/arkfb.c
+++ b/drivers/video/arkfb.c
@@ -11,7 +11,6 @@
  *  Code is based on s3fb
  */
 
-#include <linux/version.h>
 #include <linux/module.h>
 #include <linux/kernel.h>
 #include <linux/errno.h>
diff --git a/drivers/video/s3fb.c b/drivers/video/s3fb.c
index 8361bd0..4dcec48 100644
--- a/drivers/video/s3fb.c
+++ b/drivers/video/s3fb.c
@@ -11,7 +11,6 @@
  * which is based on the code of neofb.
  */
 
-#include <linux/version.h>
 #include <linux/module.h>
 #include <linux/kernel.h>
 #include <linux/errno.h>
diff --git a/drivers/video/vt8623fb.c b/drivers/video/vt8623fb.c
index 34aae7a..3df17dc 100644
--- a/drivers/video/vt8623fb.c
+++ b/drivers/video/vt8623fb.c
@@ -12,7 +12,6 @@
  * (http://davesdomain.org.uk/viafb/)
  */
 
-#include <linux/version.h>
 #include <linux/module.h>
 #include <linux/kernel.h>
 #include <linux/errno.h>



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

* Re: [DRIVERS/VIDEO] removed unused #include <version.h>
  2008-08-16 23:51 [DRIVERS/VIDEO] removed unused #include <version.h> Huang Weiyi
@ 2008-08-18 14:05 ` Ondrej Zajicek
  0 siblings, 0 replies; 2+ messages in thread
From: Ondrej Zajicek @ 2008-08-18 14:05 UTC (permalink / raw)
  To: Huang Weiyi; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 624 bytes --]

On Sun, Aug 17, 2008 at 07:51:26AM +0800, Huang Weiyi wrote:
> The driver(s) below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.
>   drivers/video/arkfb.c
>   drivers/video/s3fb.c
>   drivers/video/vt8623fb.c
> 
> This patch removes the said #include <version.h>.
> 
> Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>

Acked-by: Ondrej Zajicek <santiago@crfreenet.org>


-- 
Elen sila lumenn' omentielvo

Ondrej 'SanTiago' Zajicek (email: santiago@crfreenet.org)
OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net)
"To err is human -- to blame it on a computer is even more so."

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

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

end of thread, other threads:[~2008-08-18 14:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-16 23:51 [DRIVERS/VIDEO] removed unused #include <version.h> Huang Weiyi
2008-08-18 14:05 ` Ondrej Zajicek

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