diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-07-23 11:33:26 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-07-23 11:33:26 -0300 |
commit | 8abb7afeb54569bd82bc93c472f24333d6d0b73b (patch) | |
tree | 72b7d4f7533e316d9e881ed2fc9e655b8bf46b94 /linux/drivers/media/video/cx88/cx88-video.c | |
parent | 6ca5dd9e3d79653dca2526305f2ff1ca4e78109c (diff) | |
download | mediapointer-dvb-s2-8abb7afeb54569bd82bc93c472f24333d6d0b73b.tar.gz mediapointer-dvb-s2-8abb7afeb54569bd82bc93c472f24333d6d0b73b.tar.bz2 |
Clean up duplicate includes in drivers/media/
From: Jesper Juhl <jesper.juhl@gmail.com>
This patch cleans up duplicate includes in
drivers/media/
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-video.c b/linux/drivers/media/video/cx88/cx88-video.c index 15273bbe6..d67bfb527 100644 --- a/linux/drivers/media/video/cx88/cx88-video.c +++ b/linux/drivers/media/video/cx88/cx88-video.c @@ -39,7 +39,6 @@ #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0) #include <linux/kthread.h> #endif -#include <linux/dma-mapping.h> #include <asm/div64.h> #include "cx88.h" |