diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-04-22 21:46:13 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 21:07:53 +0400 |
commit | 967be9a9cd2de3f87dbf960620860143a50c1b64 (patch) | |
tree | 57549d397b4f22d009e170e9464feda6e5b5807a /drivers/media/dvb/bt8xx/dvb-bt8xx.h | |
parent | 0efad8127ac4b32af780d722258b42cfae02cdf2 (diff) | |
download | linux-967be9a9cd2de3f87dbf960620860143a50c1b64.tar.xz |
V4L/DVB (7411): use tuner-simple for Philips FCV1236D digital tuning support
Convert dvb-bt8xx to use tuner-simple instead of dvb-pll for Philips FCV1236D
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/bt8xx/dvb-bt8xx.h')
-rw-r--r-- | drivers/media/dvb/bt8xx/dvb-bt8xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/bt8xx/dvb-bt8xx.h b/drivers/media/dvb/bt8xx/dvb-bt8xx.h index 436880e68672..25a23c3c7c66 100644 --- a/drivers/media/dvb/bt8xx/dvb-bt8xx.h +++ b/drivers/media/dvb/bt8xx/dvb-bt8xx.h @@ -39,6 +39,7 @@ #include "lgdt330x.h" #include "zl10353.h" #include "dvb-pll.h" +#include "tuner-simple.h" struct dvb_bt8xx_card { struct mutex lock; |