GenWQE: remove unnecessary version.h inclusion
authorFabian Frederick <fabf@skynet.be>
Mon, 29 Dec 2014 14:32:47 +0000 (15:32 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Jan 2015 13:04:11 +0000 (05:04 -0800)
Based on versioncheck.

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/genwqe/card_base.h
drivers/misc/genwqe/card_sysfs.c

index c64d7cad10855eaa15ffcaca562b514deade7a97..e7353449874ba9d584d28d8601314521536489e5 100644 (file)
@@ -34,7 +34,6 @@
 #include <linux/semaphore.h>
 #include <linux/uaccess.h>
 #include <linux/io.h>
-#include <linux/version.h>
 #include <linux/debugfs.h>
 #include <linux/slab.h>
 
index 2c33fbca9225ef0ed92f2c3be4d468aa751718f9..6ab31eff0536a2a2572bb6e39a952931959c958d 100644 (file)
@@ -24,7 +24,6 @@
  * debugging, please also see the debugfs interfaces of this driver.
  */
 
-#include <linux/version.h>
 #include <linux/kernel.h>
 #include <linux/types.h>
 #include <linux/module.h>