diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-04-14 16:54:56 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-04-16 23:05:49 +0200 |
commit | 11f095aa4154d27bdb15909b12a9d3922ab55cde (patch) | |
tree | f3c9b426316c0614c758c4db74bb9a1e6bb840c9 /drivers/media/pci/cx25821/cx25821.h | |
parent | [media] cx25821: use core locking (diff) | |
download | linux-11f095aa4154d27bdb15909b12a9d3922ab55cde.tar.xz linux-11f095aa4154d27bdb15909b12a9d3922ab55cde.zip |
[media] cx25821: remove 'type' field from cx25821_fh
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to '')
-rw-r--r-- | drivers/media/pci/cx25821/cx25821.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/pci/cx25821/cx25821.h b/drivers/media/pci/cx25821/cx25821.h index ad56232154e6..d1c91c9e911a 100644 --- a/drivers/media/pci/cx25821/cx25821.h +++ b/drivers/media/pci/cx25821/cx25821.h @@ -118,7 +118,6 @@ struct cx25821_tvnorm { struct cx25821_fh { struct cx25821_dev *dev; - enum v4l2_buf_type type; u32 resources; enum v4l2_priority prio; |