diff options
author | Junghak Sung <jh1009.sung@samsung.com> | 2015-10-06 06:37:49 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-10-20 15:14:28 -0200 |
commit | 3c5be988e0b6a2f368e1659083b39e1f7ac909aa (patch) | |
tree | 255e4d1813b7b8024b75d9627db303811f8c649e /include/media/videobuf2-dvb.h | |
parent | b0e0e1f83de31aa0428c38b692c590cc0ecd3f03 (diff) | |
download | lwn-3c5be988e0b6a2f368e1659083b39e1f7ac909aa.tar.gz lwn-3c5be988e0b6a2f368e1659083b39e1f7ac909aa.zip |
[media] media: videobuf2: Move v4l2-specific stuff to videobuf2-v4l2
Move v4l2-specific stuff from videobu2-core to videobuf2-v4l2
without doing any functional changes.
Signed-off-by: Junghak Sung <jh1009.sung@samsung.com>
Signed-off-by: Geunyoung Kim <nenggun.kim@samsung.com>
Acked-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Acked-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'include/media/videobuf2-dvb.h')
-rw-r--r-- | include/media/videobuf2-dvb.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/media/videobuf2-dvb.h b/include/media/videobuf2-dvb.h index 8f61456f1394..5b64c9eac2c9 100644 --- a/include/media/videobuf2-dvb.h +++ b/include/media/videobuf2-dvb.h @@ -6,7 +6,13 @@ #include <dvb_demux.h> #include <dvb_net.h> #include <dvb_frontend.h> -#include <media/videobuf2-core.h> + +#include <media/videobuf2-v4l2.h> +/* + * TODO: This header file should be replaced with videobuf2-core.h + * Currently, vb2_thread is not a stuff of videobuf2-core, + * since vb2_thread has many dependencies on videobuf2-v4l2. + */ struct vb2_dvb { /* filling that the job of the driver */ |