diff options
Diffstat (limited to 'drivers/media/dvb/dvb-usb/cxusb.c')
-rw-r--r-- | drivers/media/dvb/dvb-usb/cxusb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/dvb/dvb-usb/cxusb.c b/drivers/media/dvb/dvb-usb/cxusb.c index c4b00660c65f..720fcd1c3c1d 100644 --- a/drivers/media/dvb/dvb-usb/cxusb.c +++ b/drivers/media/dvb/dvb-usb/cxusb.c | |||
@@ -33,7 +33,6 @@ | |||
33 | #include "mt352_priv.h" | 33 | #include "mt352_priv.h" |
34 | #include "zl10353.h" | 34 | #include "zl10353.h" |
35 | #include "tuner-xc2028.h" | 35 | #include "tuner-xc2028.h" |
36 | #include "tuner-xc2028-types.h" | ||
37 | #include "tuner-simple.h" | 36 | #include "tuner-simple.h" |
38 | 37 | ||
39 | /* debug */ | 38 | /* debug */ |
@@ -521,7 +520,7 @@ static int cxusb_dvico_xc3028_tuner_attach(struct dvb_usb_adapter *adap) | |||
521 | static struct xc2028_ctrl ctl = { | 520 | static struct xc2028_ctrl ctl = { |
522 | .fname = "xc3028-dvico-au-01.fw", | 521 | .fname = "xc3028-dvico-au-01.fw", |
523 | .max_len = 64, | 522 | .max_len = 64, |
524 | .scode_table = ZARLINK456, | 523 | .scode_table = XC3028_FE_ZARLINK456, |
525 | }; | 524 | }; |
526 | 525 | ||
527 | fe = dvb_attach(xc2028_attach, adap->fe, &cfg); | 526 | fe = dvb_attach(xc2028_attach, adap->fe, &cfg); |