summaryrefslogtreecommitdiff
path: root/v4l_experimental/dpl3518.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-07-13 17:25:25 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-07-13 17:25:25 +0000
commit9c97538e1711c0abf853ba63b7e415d614fe30a8 (patch)
treeabfccaf43324161474dd86efc8aa2e52443a5574 /v4l_experimental/dpl3518.c
parent550bd23e534f40f5ad56a4e3402725002c3a6547 (diff)
downloadmediapointer-dvb-s2-9c97538e1711c0abf853ba63b7e415d614fe30a8.tar.gz
mediapointer-dvb-s2-9c97538e1711c0abf853ba63b7e415d614fe30a8.tar.bz2
- Linux/version.h removed. Replaced by linux/utsname.h
where KERNEL_VERSION is required. - incremented versions for CX88, BTTV and SAA7134. * compat.h: - Included linux/version.h. This change is required to be compatible with a patch applied at Kernel by Olaf Hering <olh@suse.de> this patch does reduce kernel dependency of its version number. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l_experimental/dpl3518.c')
-rw-r--r--v4l_experimental/dpl3518.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/v4l_experimental/dpl3518.c b/v4l_experimental/dpl3518.c
index 5fb52b4b2..a7df1f078 100644
--- a/v4l_experimental/dpl3518.c
+++ b/v4l_experimental/dpl3518.c
@@ -1,5 +1,5 @@
/*
- * $Id: dpl3518.c,v 1.4 2005/06/18 06:00:36 nsh Exp $
+ * $Id: dpl3518.c,v 1.5 2005/07/13 17:25:25 mchehab Exp $
*
* programming the dpl3518a Dolby Pro Logic Processor
*
@@ -32,7 +32,7 @@
/* FIXME */
#define DPL_MAJOR 127
-#include <linux/version.h>
+#include "compat.h"
#include <linux/module.h>
#include <linux/init.h>
#include <linux/kernel.h>