diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-05-11 09:33:25 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-07-06 17:10:54 -0400 |
commit | edbd138ed0cae5abe469b61e368d2629815d4c37 (patch) | |
tree | f3d15ca30dc15f13dc81574d95a5fe1edee4e7e7 /drivers/media/video/cx88/cx88.h | |
parent | 7bb34c8e42fe2e7cfa0a46db52dc2a79f2ba723a (diff) |
[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 e79cb878379a..1426993079b0 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h | |||
@@ -455,8 +455,6 @@ struct cx8802_dev; | |||
455 | 455 | ||
456 | struct cx8800_fh { | 456 | struct cx8800_fh { |
457 | struct cx8800_dev *dev; | 457 | struct cx8800_dev *dev; |
458 | enum v4l2_buf_type type; | ||
459 | int radio; | ||
460 | unsigned int resources; | 458 | unsigned int resources; |
461 | 459 | ||
462 | /* video overlay */ | 460 | /* video overlay */ |