[media] saa7134: remove radio/type field from saa7134_fh

This information is already available in vfl_type in video_device.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Hans Verkuil
2013-05-31 07:57:10 -03:00
committed by Mauro Carvalho Chehab
parent 8460d519bc
commit 8fcd4769de
2 changed files with 32 additions and 59 deletions

View File

@@ -471,8 +471,6 @@ struct saa7134_dmaqueue {
struct saa7134_fh {
struct v4l2_fh fh;
struct saa7134_dev *dev;
unsigned int radio;
enum v4l2_buf_type type;
unsigned int resources;
struct pm_qos_request qos_request;