diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-12-27 03:01:24 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-12-31 16:22:41 +0400 |
commit | 88ab898f6639ca5a14943a882fbd141afc81fe90 (patch) | |
tree | 242f882155b2d032653571b1cac9431f2d88e0eb /drivers/media/dvb/frontends/dib3000mc.c | |
parent | 1b5d8716b1663ed00718d738a16f43ebeeeaf81d (diff) | |
download | linux-88ab898f6639ca5a14943a882fbd141afc81fe90.tar.xz |
[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/dib3000mc.c')
-rw-r--r-- | drivers/media/dvb/frontends/dib3000mc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/dib3000mc.c b/drivers/media/dvb/frontends/dib3000mc.c index 7472429e47ae..d9ea21001f77 100644 --- a/drivers/media/dvb/frontends/dib3000mc.c +++ b/drivers/media/dvb/frontends/dib3000mc.c @@ -40,7 +40,7 @@ struct dib3000mc_state { u32 timf; - fe_bandwidth_t current_bandwidth; + u32 current_bandwidth; u16 dev_id; |