summaryrefslogtreecommitdiff
path: root/drivers/staging/dgnc/dgnc_driver.h
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-08-02 09:10:13 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-03 03:11:44 (GMT)
commit02f2dff6b9f240b33e0914e4364a86646fd6cdb6 (patch)
tree04e0a74c9d86c5e11def2189199990ffacdd6c85 /drivers/staging/dgnc/dgnc_driver.h
parent17cd641b9a08535e0cf3891c9830d6e4739ccf02 (diff)
downloadlinux-fsl-qoriq-02f2dff6b9f240b33e0914e4364a86646fd6cdb6.tar.xz
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/dgnc/dgnc_driver.h')
-rw-r--r--drivers/staging/dgnc/dgnc_driver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/dgnc/dgnc_driver.h b/drivers/staging/dgnc/dgnc_driver.h
index 43177f4..334faae 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 */