diff options
| author | Michael Hunold <devnull@localhost> | 2004-08-18 16:01:48 +0000 |
|---|---|---|
| committer | Michael Hunold <devnull@localhost> | 2004-08-18 16:01:48 +0000 |
| commit | 0ec6de1c0fd4aee2037559520db72b6271f2fba3 (patch) | |
| tree | af9e89485dbfda0e456e4efafef0e218930fbe57 /linux/drivers/media/dvb/vp7041 | |
| parent | a03d5d477ea0fae0a3516f96625431acb0cf31b2 (diff) | |
| download | mediapointer-dvb-s2-0ec6de1c0fd4aee2037559520db72b6271f2fba3.tar.gz mediapointer-dvb-s2-0ec6de1c0fd4aee2037559520db72b6271f2fba3.tar.bz2 | |
- remove dvb i2c code (all drivers are ported to kernel i2c)
- remove dvb i2c frontend (un)register code (all drivers use non-i2c frontend calls now)
- add i2c driver ids for all frontends to dvb_frontend.h (should be submitted to i2c-id.h)
- fix usage of i2c driver ids in dst, ves1x93, nxt6000 drivers
- remove dvb i2c functionality from av7110 and budget drivers
- remove dvb i2c functionality from Skystar2 driver
- fix up kernel Makefile
- add a FE_ATSC case to avoid compiler warning (print warning message instead)
Diffstat (limited to 'linux/drivers/media/dvb/vp7041')
| -rw-r--r-- | linux/drivers/media/dvb/vp7041/vp7041.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/vp7041/vp7041.c b/linux/drivers/media/dvb/vp7041/vp7041.c index ee8175c36..223fa4d6f 100644 --- a/linux/drivers/media/dvb/vp7041/vp7041.c +++ b/linux/drivers/media/dvb/vp7041/vp7041.c @@ -54,7 +54,6 @@ #include "dmxdev.h" #include "dvb_demux.h" -#include "dvb_i2c.h" #include "dvb_filter.h" #include "dvb_frontend.h" #include "dvb_net.h" |
