From: Sachin Kamat Date: Fri, 2 Aug 2013 09:10:13 +0000 (+0530) Subject: staging: dgnc: Remove version.h header inclusion in dgnc_driver.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=02f2dff6b9f240b33e0914e4364a86646fd6cdb6;p=deliverable%2Flinux.git staging: dgnc: Remove version.h header inclusion in dgnc_driver.h version.h header inclusion is not necessary as detected by versioncheck. Signed-off-by: Sachin Kamat Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/dgnc/dgnc_driver.h b/drivers/staging/dgnc/dgnc_driver.h index 43177f47209b..334faae506b1 100644 --- a/drivers/staging/dgnc/dgnc_driver.h +++ b/drivers/staging/dgnc/dgnc_driver.h @@ -27,7 +27,6 @@ #ifndef __DGNC_DRIVER_H #define __DGNC_DRIVER_H -#include /* To get the current Linux version */ #include /* To pick up the varions Linux types */ #include /* To pick up the various tty structs/defines */ #include /* For irqreturn_t type */