提交 02f2dff6 编写于 作者: S Sachin Kamat 提交者: Greg Kroah-Hartman

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: NSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 17cd641b
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
#ifndef __DGNC_DRIVER_H #ifndef __DGNC_DRIVER_H
#define __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/types.h> /* To pick up the varions Linux types */
#include <linux/tty.h> /* To pick up the various tty structs/defines */ #include <linux/tty.h> /* To pick up the various tty structs/defines */
#include <linux/interrupt.h> /* For irqreturn_t type */ #include <linux/interrupt.h> /* For irqreturn_t type */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册