diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-02-15 13:18:04 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-24 12:37:10 -0400 |
commit | 2d80647b6ebd2db6ef1df5e4e3319afd8867580c (patch) | |
tree | ffede6e6b73b19b98d6b0194b40c17696f6a4855 /include/media/v4l2-common.h | |
parent | 1f1aed2ed4450381a322f5e727e89bd21e7a89fe (diff) |
[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 ec7c9c00b256..1d93c48cb371 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, | |||
201 | unsigned int *h, unsigned int hmin, | 201 | unsigned int *h, unsigned int hmin, |
202 | unsigned int hmax, unsigned int halign, | 202 | unsigned int hmax, unsigned int halign, |
203 | unsigned int salign); | 203 | unsigned int salign); |
204 | int v4l_fill_dv_preset_info(u32 preset, struct v4l2_dv_enum_preset *info); | ||
205 | 204 | ||
206 | struct v4l2_discrete_probe { | 205 | struct v4l2_discrete_probe { |
207 | const struct v4l2_frmsize_discrete *sizes; | 206 | const struct v4l2_frmsize_discrete *sizes; |