diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-02-15 15:18:04 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-24 13:37:10 -0300 |
commit | 2d80647b6ebd2db6ef1df5e4e3319afd8867580c (patch) | |
tree | ffede6e6b73b19b98d6b0194b40c17696f6a4855 /include/media/v4l2-common.h | |
parent | 1f1aed2ed4450381a322f5e727e89bd21e7a89fe (diff) | |
download | op-kernel-dev-2d80647b6ebd2db6ef1df5e4e3319afd8867580c.zip op-kernel-dev-2d80647b6ebd2db6ef1df5e4e3319afd8867580c.tar.gz |
[media] v4l2-common: remove obsolete v4l_fill_dv_preset_info
It's no longer used, so it can now be removed.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media/v4l2-common.h')
-rw-r--r-- | include/media/v4l2-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/media/v4l2-common.h b/include/media/v4l2-common.h index ec7c9c0..1d93c48 100644 --- a/include/media/v4l2-common.h +++ b/include/media/v4l2-common.h @@ -201,7 +201,6 @@ void v4l_bound_align_image(unsigned int *w, unsigned int wmin, unsigned int *h, unsigned int hmin, unsigned int hmax, unsigned int halign, unsigned int salign); -int v4l_fill_dv_preset_info(u32 preset, struct v4l2_dv_enum_preset *info); struct v4l2_discrete_probe { const struct v4l2_frmsize_discrete *sizes; |