diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2007-07-23 10:33:26 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:03:12 -0400 |
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 @@ | |||
28 | #include <linux/device.h> | 28 | #include <linux/device.h> |
29 | #include <linux/dma-mapping.h> | 29 | #include <linux/dma-mapping.h> |
30 | #include <linux/interrupt.h> | 30 | #include <linux/interrupt.h> |
31 | #include <linux/dma-mapping.h> | ||
32 | #include <asm/delay.h> | 31 | #include <asm/delay.h> |
33 | 32 | ||
34 | #include "cx88.h" | 33 | #include "cx88.h" |