summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88/cx88-video.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-05-13 11:22:54 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-05-13 11:22:54 -0300
commit2e1679b85048083df6e8456663b76eeb8581b241 (patch)
treea63177f1e5fc8e44400f74cbaeeed7a5874d80d0 /linux/drivers/media/video/cx88/cx88-video.c
parentdb7374187f8985986322076d25a0c7a906e781fa (diff)
downloadmediapointer-dvb-s2-2e1679b85048083df6e8456663b76eeb8581b241.tar.gz
mediapointer-dvb-s2-2e1679b85048083df6e8456663b76eeb8581b241.tar.bz2
Backport several cleanups at includes
From: Mauro Carvalho Chehab <mchehab@infradead.org> kernel-sync: Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-video.c')
-rw-r--r--linux/drivers/media/video/cx88/cx88-video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-video.c b/linux/drivers/media/video/cx88/cx88-video.c
index 9b8edf555..612c8393f 100644
--- a/linux/drivers/media/video/cx88/cx88-video.c
+++ b/linux/drivers/media/video/cx88/cx88-video.c
@@ -1,4 +1,3 @@
-
/*
*
* device driver for Conexant 2388x based TV cards
@@ -34,6 +33,7 @@
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/interrupt.h>
+#include <linux/dma-mapping.h>
#include <linux/delay.h>
#include "compat.h"
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0)