summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/dvb-usb/af9035.h
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2012-05-07 21:59:55 +0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-05-14 20:20:44 +0400
commit1cbabf9c751f8795a35885fad9ceaec7de71a29e (patch)
tree0f350fbfb3171c5e04931322b253aae3279795cc /drivers/media/dvb/dvb-usb/af9035.h
parent2a79eefa82d010b64b36efeebec04397ad494f22 (diff)
downloadlinux-1cbabf9c751f8795a35885fad9ceaec7de71a29e.tar.xz
[media] af9035: remove one config parameter
We can use tuner ID instead of HW not supported flag. Lesser code is better code. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/af9035.h')
-rw-r--r--drivers/media/dvb/dvb-usb/af9035.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/af9035.h b/drivers/media/dvb/dvb-usb/af9035.h
index 262cc3f4b008..481a1a43dd2a 100644
--- a/drivers/media/dvb/dvb-usb/af9035.h
+++ b/drivers/media/dvb/dvb-usb/af9035.h
@@ -54,7 +54,6 @@ struct usb_req {
struct state {
bool dual_mode;
- bool hw_not_supported;
struct af9033_config af9033_config[2];
};