diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88-dvb.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-dvb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/cx88-dvb.c index fda7334d934..f1251b844e0 100644 --- a/drivers/media/video/cx88/cx88-dvb.c +++ b/drivers/media/video/cx88/cx88-dvb.c | |||
@@ -45,7 +45,6 @@ | |||
45 | #include "nxt200x.h" | 45 | #include "nxt200x.h" |
46 | #include "cx24123.h" | 46 | #include "cx24123.h" |
47 | #include "isl6421.h" | 47 | #include "isl6421.h" |
48 | #include "tuner-xc2028-types.h" | ||
49 | #include "tuner-simple.h" | 48 | #include "tuner-simple.h" |
50 | #include "tda9887.h" | 49 | #include "tda9887.h" |
51 | 50 | ||
@@ -813,7 +812,7 @@ static int dvb_register(struct cx8802_dev *dev) | |||
813 | static struct xc2028_ctrl ctl = { | 812 | static struct xc2028_ctrl ctl = { |
814 | .fname = "xc3028-v27.fw", | 813 | .fname = "xc3028-v27.fw", |
815 | .max_len = 64, | 814 | .max_len = 64, |
816 | .scode_table = OREN538, | 815 | .scode_table = XC3028_FE_OREN538, |
817 | }; | 816 | }; |
818 | 817 | ||
819 | fe = dvb_attach(xc2028_attach, | 818 | fe = dvb_attach(xc2028_attach, |