diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2013-07-16 21:01:12 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-07-26 12:30:27 -0400 |
commit | fb8d61c90fdef217c41a71efcba4c3cc7fa925f4 (patch) | |
tree | e8201b92413bcda493b0157b9310a18e5da11778 /drivers/media/usb | |
parent | 2fa8de191cd96658b881b5425e59d10d3d48281e (diff) |
[media] usbtv: 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>
Acked-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/usb')
-rw-r--r-- | drivers/media/usb/usbtv/usbtv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/usb/usbtv/usbtv.c b/drivers/media/usb/usbtv/usbtv.c index b164e542aec8..095231608d25 100644 --- a/drivers/media/usb/usbtv/usbtv.c +++ b/drivers/media/usb/usbtv/usbtv.c | |||
@@ -33,7 +33,6 @@ | |||
33 | #include <linux/module.h> | 33 | #include <linux/module.h> |
34 | #include <linux/slab.h> | 34 | #include <linux/slab.h> |
35 | #include <linux/usb.h> | 35 | #include <linux/usb.h> |
36 | #include <linux/version.h> | ||
37 | #include <linux/videodev2.h> | 36 | #include <linux/videodev2.h> |
38 | 37 | ||
39 | #include <media/v4l2-device.h> | 38 | #include <media/v4l2-device.h> |