summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>2015-04-16 13:08:38 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-05-08 07:24:08 (GMT)
commitec80e2428046d022dc6cbffd674ece81513ac96d (patch)
tree3ae27c49689e8e28f525d77b31ecdb5b7756df6c /drivers
parent81fb0b901397588d01219764adb5e674eacc4f8b (diff)
downloadlinux-ec80e2428046d022dc6cbffd674ece81513ac96d.tar.xz
staging: dt3155v4l: remove unused including <linux/version.h>
Remove including <linux/version.h> that don't need it. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/media/dt3155v4l/dt3155v4l.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/media/dt3155v4l/dt3155v4l.c b/drivers/staging/media/dt3155v4l/dt3155v4l.c
index 52a8ffe..1408b65 100644
--- a/drivers/staging/media/dt3155v4l/dt3155v4l.c
+++ b/drivers/staging/media/dt3155v4l/dt3155v4l.c
@@ -19,7 +19,6 @@
***************************************************************************/
#include <linux/module.h>
-#include <linux/version.h>
#include <linux/stringify.h>
#include <linux/delay.h>
#include <linux/kthread.h>