s390/hmcdrv: remove unnecessary version.h inclusion
authorSyam Sidhardhan <s.syam@samsung.com>
Tue, 30 Dec 2014 11:17:01 +0000 (16:47 +0530)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 15 Jan 2015 10:11:16 +0000 (11:11 +0100)
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>
drivers/s390/char/hmcdrv_mod.c

index 505c6a78ee1a639e3fd8905dac434cd5a7fcef64..251a318a9b7541452c0142f0f0f8ce84167b8dc2 100644 (file)
@@ -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"