summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-07-15 21:44:14 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-07-15 21:44:14 +0000
commit243772d8d78ded1c08cb429c7095f0796f422fcc (patch)
treef5a0740552b8330204216365b5bc833baf31b07a /linux/drivers/media/video/cx88
parentc3a91da831ec27aeade07db0e0e8700e6207c7cb (diff)
downloadmediapointer-dvb-s2-243772d8d78ded1c08cb429c7095f0796f422fcc.tar.gz
mediapointer-dvb-s2-243772d8d78ded1c08cb429c7095f0796f422fcc.tar.bz2
- linux/version.h removed at linux-2.6.13-rc3-mm1.
- Removed remaining trailing spaces. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/drivers/media/video/cx88')
-rw-r--r--linux/drivers/media/video/cx88/cx88-alsa.c3
-rw-r--r--linux/drivers/media/video/cx88/cx88-blackbird.c3
-rw-r--r--linux/drivers/media/video/cx88/cx88-cards.c3
-rw-r--r--linux/drivers/media/video/cx88/cx88-core.c3
-rw-r--r--linux/drivers/media/video/cx88/cx88-dvb.c3
-rw-r--r--linux/drivers/media/video/cx88/cx88-i2c.c3
-rw-r--r--linux/drivers/media/video/cx88/cx88-mpeg.c3
-rw-r--r--linux/drivers/media/video/cx88/cx88-tvaudio.c3
-rw-r--r--linux/drivers/media/video/cx88/cx88-vbi.c3
-rw-r--r--linux/drivers/media/video/cx88/cx88-video.c3
10 files changed, 20 insertions, 10 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-alsa.c b/linux/drivers/media/video/cx88/cx88-alsa.c
index c161a358a..58496bf1c 100644
--- a/linux/drivers/media/video/cx88/cx88-alsa.c
+++ b/linux/drivers/media/video/cx88/cx88-alsa.c
@@ -1,5 +1,5 @@
/*
- * $Id: cx88-alsa.c,v 1.3 2004/10/13 10:39:00 kraxel Exp $
+ * $Id: cx88-alsa.c,v 1.4 2005/07/15 21:44:14 mchehab Exp $
*
* Support for audio capture
* PCI function #1 of the cx2388x.
@@ -27,6 +27,7 @@
#include <linux/interrupt.h>
#include <asm/delay.h>
+#include "compat.h"
#include "cx88.h"
/* ------------------------------------------------------------------ */
diff --git a/linux/drivers/media/video/cx88/cx88-blackbird.c b/linux/drivers/media/video/cx88/cx88-blackbird.c
index 91f8afede..3a0ad7162 100644
--- a/linux/drivers/media/video/cx88/cx88-blackbird.c
+++ b/linux/drivers/media/video/cx88/cx88-blackbird.c
@@ -1,5 +1,5 @@
/*
- * $Id: cx88-blackbird.c,v 1.27 2005/06/03 13:31:50 mchehab Exp $
+ * $Id: cx88-blackbird.c,v 1.28 2005/07/15 21:44:14 mchehab Exp $
*
* Support for a cx23416 mpeg encoder via cx2388x host port.
* "blackbird" reference design.
@@ -32,6 +32,7 @@
#include <linux/device.h>
#include <linux/firmware.h>
+#include "compat.h"
#include "cx88.h"
MODULE_DESCRIPTION("driver for cx2388x/cx23416 based mpeg encoder cards");
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c
index 3d0c784b3..b2a8a7c3f 100644
--- a/linux/drivers/media/video/cx88/cx88-cards.c
+++ b/linux/drivers/media/video/cx88/cx88-cards.c
@@ -1,5 +1,5 @@
/*
- * $Id: cx88-cards.c,v 1.86 2005/07/14 03:06:43 mchehab Exp $
+ * $Id: cx88-cards.c,v 1.87 2005/07/15 21:44:14 mchehab Exp $
*
* device driver for Conexant 2388x based TV cards
* card-specific stuff.
@@ -26,6 +26,7 @@
#include <linux/pci.h>
#include <linux/delay.h>
+#include "compat.h"
#include "cx88.h"
/* ------------------------------------------------------------------ */
diff --git a/linux/drivers/media/video/cx88/cx88-core.c b/linux/drivers/media/video/cx88/cx88-core.c
index a39613cf1..46f2a2279 100644
--- a/linux/drivers/media/video/cx88/cx88-core.c
+++ b/linux/drivers/media/video/cx88/cx88-core.c
@@ -1,5 +1,5 @@
/*
- * $Id: cx88-core.c,v 1.33 2005/07/07 14:17:47 mchehab Exp $
+ * $Id: cx88-core.c,v 1.34 2005/07/15 21:44:14 mchehab Exp $
*
* device driver for Conexant 2388x based TV cards
* driver core
@@ -32,6 +32,7 @@
#include <linux/interrupt.h>
#include <linux/pci.h>
#include <linux/delay.h>
+#include "compat.h"
#include <linux/videodev.h>
#include "cx88.h"
diff --git a/linux/drivers/media/video/cx88/cx88-dvb.c b/linux/drivers/media/video/cx88/cx88-dvb.c
index ae2170fa9..5e15a8ea6 100644
--- a/linux/drivers/media/video/cx88/cx88-dvb.c
+++ b/linux/drivers/media/video/cx88/cx88-dvb.c
@@ -1,5 +1,5 @@
/*
- * $Id: cx88-dvb.c,v 1.44 2005/07/15 20:06:05 mchehab Exp $
+ * $Id: cx88-dvb.c,v 1.45 2005/07/15 21:44:14 mchehab Exp $
*
* device driver for Conexant 2388x based TV cards
* MPEG Transport Stream (DVB) routines
@@ -35,6 +35,7 @@
#define CONFIG_DVB_OR51132 1
#define CONFIG_DVB_LGDT3302 1
+#include "compat.h"
#include "cx88.h"
#include "dvb-pll.h"
diff --git a/linux/drivers/media/video/cx88/cx88-i2c.c b/linux/drivers/media/video/cx88/cx88-i2c.c
index 8403c4e95..410ae0cc4 100644
--- a/linux/drivers/media/video/cx88/cx88-i2c.c
+++ b/linux/drivers/media/video/cx88/cx88-i2c.c
@@ -1,5 +1,5 @@
/*
- $Id: cx88-i2c.c,v 1.28 2005/07/05 17:37:35 nsh Exp $
+ $Id: cx88-i2c.c,v 1.29 2005/07/15 21:44:14 mchehab Exp $
cx88-i2c.c -- all the i2c code is here
@@ -30,6 +30,7 @@
#include <asm/io.h>
+#include "compat.h"
#include "cx88.h"
static unsigned int i2c_debug = 0;
diff --git a/linux/drivers/media/video/cx88/cx88-mpeg.c b/linux/drivers/media/video/cx88/cx88-mpeg.c
index af2c539d1..5e96ff101 100644
--- a/linux/drivers/media/video/cx88/cx88-mpeg.c
+++ b/linux/drivers/media/video/cx88/cx88-mpeg.c
@@ -1,5 +1,5 @@
/*
- * $Id: cx88-mpeg.c,v 1.31 2005/07/07 14:17:47 mchehab Exp $
+ * $Id: cx88-mpeg.c,v 1.32 2005/07/15 21:44:14 mchehab Exp $
*
* Support for the mpeg transport stream transfers
* PCI function #2 of the cx2388x.
@@ -30,6 +30,7 @@
#include <linux/interrupt.h>
#include <asm/delay.h>
+#include "compat.h"
#include "cx88.h"
/* ------------------------------------------------------------------ */
diff --git a/linux/drivers/media/video/cx88/cx88-tvaudio.c b/linux/drivers/media/video/cx88/cx88-tvaudio.c
index 3775da8a3..8b02e005c 100644
--- a/linux/drivers/media/video/cx88/cx88-tvaudio.c
+++ b/linux/drivers/media/video/cx88/cx88-tvaudio.c
@@ -1,5 +1,5 @@
/*
- $Id: cx88-tvaudio.c,v 1.37 2005/07/07 13:58:38 mchehab Exp $
+ $Id: cx88-tvaudio.c,v 1.38 2005/07/15 21:44:14 mchehab Exp $
cx88x-audio.c - Conexant CX23880/23881 audio downstream driver driver
@@ -55,6 +55,7 @@
#include <linux/delay.h>
#include <linux/kthread.h>
+#include "compat.h"
#include "cx88.h"
static unsigned int audio_debug = 0;
diff --git a/linux/drivers/media/video/cx88/cx88-vbi.c b/linux/drivers/media/video/cx88/cx88-vbi.c
index 320d57888..800624d7c 100644
--- a/linux/drivers/media/video/cx88/cx88-vbi.c
+++ b/linux/drivers/media/video/cx88/cx88-vbi.c
@@ -1,5 +1,5 @@
/*
- * $Id: cx88-vbi.c,v 1.17 2005/06/12 04:19:19 mchehab Exp $
+ * $Id: cx88-vbi.c,v 1.18 2005/07/15 21:44:14 mchehab Exp $
*/
#include <linux/kernel.h>
#include <linux/module.h>
@@ -7,6 +7,7 @@
#include <linux/init.h>
#include <linux/slab.h>
+#include "compat.h"
#include "cx88.h"
static unsigned int vbibufs = 4;
diff --git a/linux/drivers/media/video/cx88/cx88-video.c b/linux/drivers/media/video/cx88/cx88-video.c
index 818ee692c..01b85437f 100644
--- a/linux/drivers/media/video/cx88/cx88-video.c
+++ b/linux/drivers/media/video/cx88/cx88-video.c
@@ -1,5 +1,5 @@
/*
- * $Id: cx88-video.c,v 1.80 2005/07/13 08:49:08 mchehab Exp $
+ * $Id: cx88-video.c,v 1.81 2005/07/15 21:44:14 mchehab Exp $
*
* device driver for Conexant 2388x based TV cards
* video4linux video interface
@@ -33,6 +33,7 @@
#include <linux/kthread.h>
#include <asm/div64.h>
+#include "compat.h"
#include "cx88.h"
MODULE_DESCRIPTION("v4l2 driver module for cx2388x based TV cards");