diff options
author | Holger Waechtler <devnull@localhost> | 2003-09-11 11:08:42 +0000 |
---|---|---|
committer | Holger Waechtler <devnull@localhost> | 2003-09-11 11:08:42 +0000 |
commit | 8596805bf56f752489545bcf4e791337ad884684 (patch) | |
tree | 504eb70cf34c91fa0ee5a1b38cac0868c19630ab /linux/drivers/media/dvb/frontends/sp887x.c | |
parent | dcf261078adc31d8a283e0210ac4abab4933c972 (diff) | |
download | mediapointer-dvb-s2-8596805bf56f752489545bcf4e791337ad884684.tar.gz mediapointer-dvb-s2-8596805bf56f752489545bcf4e791337ad884684.tar.bz2 |
include dvb_functions.h, not dvb_compat.h
Diffstat (limited to 'linux/drivers/media/dvb/frontends/sp887x.c')
-rw-r--r-- | linux/drivers/media/dvb/frontends/sp887x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/sp887x.c b/linux/drivers/media/dvb/frontends/sp887x.c index 664600b53..8aec93860 100644 --- a/linux/drivers/media/dvb/frontends/sp887x.c +++ b/linux/drivers/media/dvb/frontends/sp887x.c @@ -4,7 +4,7 @@ #include <linux/i2c.h> #include "dvb_frontend.h" -#include "dvb_compat.h" +#include "dvb_functions.h" #if 0 |