summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/dib7000m.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-12-27 00:01:24 +0100
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-12-31 13:22:41 +0100
commit88ab898f6639ca5a14943a882fbd141afc81fe90 (patch)
tree242f882155b2d032653571b1cac9431f2d88e0eb /drivers/media/dvb/frontends/dib7000m.c
parent[media] dvb: remove the track() fops (diff)
downloadlinux-88ab898f6639ca5a14943a882fbd141afc81fe90.tar.xz
linux-88ab898f6639ca5a14943a882fbd141afc81fe90.zip
[media] dvb-core: don't use fe_bandwidth_t on driver
Now that everybody is talking DVBv5 API dialect, using this DVBv3 macro internally is not ok. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/dib7000m.c')
-rw-r--r--drivers/media/dvb/frontends/dib7000m.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/dib7000m.c b/drivers/media/dvb/frontends/dib7000m.c
index 29123aebf870..9f2330d832cf 100644
--- a/drivers/media/dvb/frontends/dib7000m.c
+++ b/drivers/media/dvb/frontends/dib7000m.c
@@ -38,7 +38,7 @@ struct dib7000m_state {
u16 wbd_ref;
u8 current_band;
- fe_bandwidth_t current_bandwidth;
+ u32 current_bandwidth;
struct dibx000_agc_config *current_agc;
u32 timf;
u32 timf_default;