Browse Source

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>
Syam Sidhardhan 10 years ago
parent
commit
e982506730
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/s390/char/hmcdrv_mod.c

+ 0 - 1
drivers/s390/char/hmcdrv_mod.c

@@ -11,7 +11,6 @@
 #include <linux/kernel.h>
 #include <linux/module.h>
 #include <linux/moduleparam.h>
-#include <linux/version.h>
 #include <linux/stat.h>
 
 #include "hmcdrv_ftp.h"