diff options
author | Michael Hunold <devnull@localhost> | 2004-03-11 10:53:00 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2004-03-11 10:53:00 +0000 |
commit | cec92fa2d3efa711d1b0488e37ad5b1eac18df5c (patch) | |
tree | 58f926bb6697f04dc37de528ff8de85d1c4db1e5 /linux/drivers/media/dvb/bt8xx | |
parent | efba188295f4086524b073ae4f96b642b4a294ae (diff) | |
download | mediapointer-dvb-s2-cec92fa2d3efa711d1b0488e37ad5b1eac18df5c.tar.gz mediapointer-dvb-s2-cec92fa2d3efa711d1b0488e37ad5b1eac18df5c.tar.bz2 |
- fix include file to make it build with build-2.4 and build-2.6
- this is broken for the "makelinks" approach -- do we need makelinks any more?
Diffstat (limited to 'linux/drivers/media/dvb/bt8xx')
-rw-r--r-- | linux/drivers/media/dvb/bt8xx/bt878.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/linux/drivers/media/dvb/bt8xx/bt878.c b/linux/drivers/media/dvb/bt8xx/bt878.c index b501b1cca..1619f4c3f 100644 --- a/linux/drivers/media/dvb/bt8xx/bt878.c +++ b/linux/drivers/media/dvb/bt8xx/bt878.c @@ -44,11 +44,7 @@ #include "dmxdev.h" #include "dvbdev.h" #include "bt878.h" -#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)) #include "dst-bt878.h" -#else -#include "../frontends/dst-bt878.h" -#endif #include "dvb_functions.h" |