staging: dgnc: Remove version.h header inclusion in dgnc_driver.h
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 2 Aug 2013 09:10:13 +0000 (14:40 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 Aug 2013 03:11:44 +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_driver.h

index 43177f4..334faae 100644 (file)
@@ -27,7 +27,6 @@
 #ifndef __DGNC_DRIVER_H
 #define __DGNC_DRIVER_H
 
-#include <linux/version.h>     /* To get the current Linux version */
 #include <linux/types.h>       /* To pick up the varions Linux types */
 #include <linux/tty.h>          /* To pick up the various tty structs/defines */
 #include <linux/interrupt.h>   /* For irqreturn_t type */