summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-core/dvbdev.c
diff options
context:
space:
mode:
authorMichael Hunold <devnull@localhost>2003-04-30 10:15:46 +0000
committerMichael Hunold <devnull@localhost>2003-04-30 10:15:46 +0000
commit4bdbd31d1ae35244fc58d39fc00f31e18599c782 (patch)
treee1f3211eca651e3003f6cede823cc3d9b017e01a /linux/drivers/media/dvb/dvb-core/dvbdev.c
parent154d8f58826e37fee3f32fab0493158e93ed19d4 (diff)
downloadmediapointer-dvb-s2-4bdbd31d1ae35244fc58d39fc00f31e18599c782.tar.gz
mediapointer-dvb-s2-4bdbd31d1ae35244fc58d39fc00f31e18599c782.tar.bz2
- introduce dvb_functions.h in order to make the dvb subsystem
less dependent on the linux kernel. here is the place to store additional dvb_* functions, which encapsulate linux kernel functionality which cannot be expressed as a one-liner - rename ddelay() to dvb_delay(), move it to dvb_functions.h - change all files to include dvb_functions.h instead of dvb_compat.h - compile fix for the saa7111 driver
Diffstat (limited to 'linux/drivers/media/dvb/dvb-core/dvbdev.c')
-rw-r--r--linux/drivers/media/dvb/dvb-core/dvbdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-core/dvbdev.c b/linux/drivers/media/dvb/dvb-core/dvbdev.c
index 468eeb5c1..9ac944c3c 100644
--- a/linux/drivers/media/dvb/dvb-core/dvbdev.c
+++ b/linux/drivers/media/dvb/dvb-core/dvbdev.c
@@ -32,7 +32,7 @@
#include <linux/slab.h>
#include "dvbdev.h"
-#include "dvb_compat.h"
+#include "dvb_functions.h"
static int dvbdev_debug = 0;