diff options
author | Michael Hunold <devnull@localhost> | 2004-08-18 17:52:17 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2004-08-18 17:52:17 +0000 |
commit | 56a519ec2fdf144d1d443f5450e0b3eca7786560 (patch) | |
tree | 0fee0458947c68f6f970ee2bb960cb300e815418 /linux/drivers/media/dvb/ttpci/av7110_av.c | |
parent | f9c9715b78a31c76a7c71f20925831cfe2c65506 (diff) | |
download | mediapointer-dvb-s2-56a519ec2fdf144d1d443f5450e0b3eca7786560.tar.gz mediapointer-dvb-s2-56a519ec2fdf144d1d443f5450e0b3eca7786560.tar.bz2 |
- forgot to remove all occurences of "#include "dvb_functions.h" which is included just everywhere
- remove dvb_i2c.[ch], it's not needed anymore
- rename dvb_register_frontend_new() to dvb_register_frontend()
-
Diffstat (limited to 'linux/drivers/media/dvb/ttpci/av7110_av.c')
-rw-r--r-- | linux/drivers/media/dvb/ttpci/av7110_av.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/ttpci/av7110_av.c b/linux/drivers/media/dvb/ttpci/av7110_av.c index ec3fe823f..52633adee 100644 --- a/linux/drivers/media/dvb/ttpci/av7110_av.c +++ b/linux/drivers/media/dvb/ttpci/av7110_av.c @@ -41,7 +41,6 @@ #include "av7110_hw.h" #include "av7110_av.h" #include "av7110_ipack.h" -#include "dvb_functions.h" /* MPEG-2 (ISO 13818 / H.222.0) stream types */ #define PROG_STREAM_MAP 0xBC |