diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-08-02 14:40:13 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-03 11:11:44 +0800 |
commit | 02f2dff6b9f240b33e0914e4364a86646fd6cdb6 (patch) | |
tree | 04e0a74c9d86c5e11def2189199990ffacdd6c85 /drivers/staging | |
parent | 17cd641b9a08535e0cf3891c9830d6e4739ccf02 (diff) |
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 <sachin.kamat@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/dgnc/dgnc_driver.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 <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 */ |