diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-12-29 15:32:47 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-01-12 05:04:11 -0800 |
commit | 0ecb3dffb1f56f03cbce91fe8b03d52c2980c13b (patch) | |
tree | 76c95ffe8f4ff7d3a0ffcc10e36332004498fac2 | |
parent | ef3522f78cf0d068e5d0bb3cdc3568d9c7aee1f0 (diff) | |
download | linux-0ecb3dffb1f56f03cbce91fe8b03d52c2980c13b.tar.gz linux-0ecb3dffb1f56f03cbce91fe8b03d52c2980c13b.tar.bz2 linux-0ecb3dffb1f56f03cbce91fe8b03d52c2980c13b.zip |
GenWQE: remove unnecessary version.h inclusion
Based on versioncheck.
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/misc/genwqe/card_base.h | 1 | ||||
-rw-r--r-- | drivers/misc/genwqe/card_sysfs.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/misc/genwqe/card_base.h b/drivers/misc/genwqe/card_base.h index c64d7cad1085..e7353449874b 100644 --- a/drivers/misc/genwqe/card_base.h +++ b/drivers/misc/genwqe/card_base.h @@ -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> diff --git a/drivers/misc/genwqe/card_sysfs.c b/drivers/misc/genwqe/card_sysfs.c index 2c33fbca9225..6ab31eff0536 100644 --- a/drivers/misc/genwqe/card_sysfs.c +++ b/drivers/misc/genwqe/card_sysfs.c @@ -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> |