staging: dgnc: Remove version.h header inclusion in dgnc_sysfs.c
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 2 Aug 2013 09:10:17 +0000 (14:40 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 Aug 2013 03:11:46 +0000 (11:11 +0800)
version.h header inclusion is not necessary as detected by
versioncheck.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_sysfs.c

index af49e44382f51a6866318052a5c0b0e33affc3e8..690d451e4821d5513c6c91dd06c006c4d5137859 100644 (file)
@@ -34,7 +34,6 @@
 
 
 #include <linux/kernel.h>
-#include <linux/version.h>
 #include <linux/module.h>
 #include <linux/ctype.h>
 #include <linux/string.h>
This page took 0.025848 seconds and 5 git commands to generate.