diff options
author | Syam Sidhardhan <s.syam@samsung.com> | 2014-12-30 06:17:01 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2015-01-15 05:11:16 -0500 |
commit | e982506730815f9e3bcd148d06b5b6d778d9c46c (patch) | |
tree | 04a9edd8d58e6784ab4aa9f0304620244f072c71 /drivers/s390 | |
parent | fcb6bc9e9e3cc0b0027ab91ed4a2e6b05f518049 (diff) |
s390/hmcdrv: remove unnecessary version.h inclusion
version.h inclusion is not necessary as detected by versioncheck.
Signed-off-by: Syam Sidhardhan <s.syam@samsung.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/s390')
-rw-r--r-- | drivers/s390/char/hmcdrv_mod.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/s390/char/hmcdrv_mod.c b/drivers/s390/char/hmcdrv_mod.c index 505c6a78ee1a..251a318a9b75 100644 --- a/drivers/s390/char/hmcdrv_mod.c +++ b/drivers/s390/char/hmcdrv_mod.c | |||
@@ -11,7 +11,6 @@ | |||
11 | #include <linux/kernel.h> | 11 | #include <linux/kernel.h> |
12 | #include <linux/module.h> | 12 | #include <linux/module.h> |
13 | #include <linux/moduleparam.h> | 13 | #include <linux/moduleparam.h> |
14 | #include <linux/version.h> | ||
15 | #include <linux/stat.h> | 14 | #include <linux/stat.h> |
16 | 15 | ||
17 | #include "hmcdrv_ftp.h" | 16 | #include "hmcdrv_ftp.h" |