diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-05-11 10:33:25 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-07-06 18:10:54 -0300 |
commit | edbd138ed0cae5abe469b61e368d2629815d4c37 (patch) | |
tree | f3d15ca30dc15f13dc81574d95a5fe1edee4e7e7 /drivers/media/video/cx88/cx88.h | |
parent | 7bb34c8e42fe2e7cfa0a46db52dc2a79f2ba723a (diff) | |
download | op-kernel-dev-edbd138ed0cae5abe469b61e368d2629815d4c37.zip op-kernel-dev-edbd138ed0cae5abe469b61e368d2629815d4c37.tar.gz |
[media] cx88: remove radio and type from cx8800_fh
This information is available elsewhere already.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx88/cx88.h')
-rw-r--r-- | drivers/media/video/cx88/cx88.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h index e79cb87..1426993 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h @@ -455,8 +455,6 @@ struct cx8802_dev; struct cx8800_fh { struct cx8800_dev *dev; - enum v4l2_buf_type type; - int radio; unsigned int resources; /* video overlay */ |