diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2015-04-16 21:08:38 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-05-08 09:24:08 +0200 |
commit | ec80e2428046d022dc6cbffd674ece81513ac96d (patch) | |
tree | 3ae27c49689e8e28f525d77b31ecdb5b7756df6c | |
parent | 81fb0b901397588d01219764adb5e674eacc4f8b (diff) | |
download | linux-ec80e2428046d022dc6cbffd674ece81513ac96d.tar.bz2 |
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>
-rw-r--r-- | drivers/staging/media/dt3155v4l/dt3155v4l.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/media/dt3155v4l/dt3155v4l.c b/drivers/staging/media/dt3155v4l/dt3155v4l.c index 52a8ffe560b1..1408b651f83b 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> |