diff options
author | Jesper Juhl | 2007-07-23 11:33:26 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab | 2007-10-09 22:03:12 -0300 |
commit | 915366da0c591f60cb670d89b5ff376f2ef9d8fe (patch) | |
tree | c3b409d8a5344e7cc0973eefaf3e65605fe2e6ef /drivers/media/video/cx88/cx88-mpeg.c | |
parent | c6f95d16e0da4d909afc787a3a3dfc504be12177 (diff) |
V4L/DVB (5912): Clean up duplicate includes in drivers/media/
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 'drivers/media/video/cx88/cx88-mpeg.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-mpeg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-mpeg.c b/drivers/media/video/cx88/cx88-mpeg.c index da7a6b591a67..c34158d9dcc1 100644 --- a/drivers/media/video/cx88/cx88-mpeg.c +++ b/drivers/media/video/cx88/cx88-mpeg.c @@ -28,7 +28,6 @@ #include <linux/device.h> #include <linux/dma-mapping.h> #include <linux/interrupt.h> -#include <linux/dma-mapping.h> #include <asm/delay.h> #include "cx88.h" |