linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Input: remove unused #include <version.h>
@ 2008-08-23  5:56 Huang Weiyi
  0 siblings, 0 replies; only message in thread
From: Huang Weiyi @ 2008-08-23  5:56 UTC (permalink / raw)
  To: dmitry.torokhov, dtor; +Cc: linux-input

The driver(s) below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.
  drivers/input/keyboard/bf54x-keys.c
  drivers/input/touchscreen/mainstone-wm97xx.c

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

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

diff --git a/drivers/input/keyboard/bf54x-keys.c b/drivers/input/keyboard/bf54x-keys.c
index 54ed8e2..6f227d3 100644
--- a/drivers/input/keyboard/bf54x-keys.c
+++ b/drivers/input/keyboard/bf54x-keys.c
@@ -29,7 +29,6 @@
  */

 #include <linux/module.h>
-#include <linux/version.h>

 #include <linux/init.h>
 #include <linux/fs.h>
diff --git a/drivers/input/touchscreen/mainstone-wm97xx.c b/drivers/input/touchscreen/mainstone-wm97xx.c
index 283f93a..37a555f 100644
--- a/drivers/input/touchscreen/mainstone-wm97xx.c
+++ b/drivers/input/touchscreen/mainstone-wm97xx.c
@@ -25,7 +25,6 @@

 #include <linux/module.h>
 #include <linux/moduleparam.h>
-#include <linux/version.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
 #include <linux/delay.h>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-23  5:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-23  5:56 Input: remove unused #include <version.h> Huang Weiyi

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