[PATCH] include mach specific dma.h in pxa_camera.c

From: Luotao Fu
Date: Mon Jan 05 2009 - 12:10:00 EST


pxa_camera.c uses structs defined in mach specific dma.h. Since mach/dma.h no
longer included by asm/dma.h in arm, compiling this file will fail. We add
the include manualy to fix this.

Signed-off-by: Luotao Fu <l.fu@xxxxxxxxxxxxxx>
---
drivers/media/video/pxa_camera.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/media/video/pxa_camera.c b/drivers/media/video/pxa_camera.c
index 9d33de2..cb8c5e1 100644
--- a/drivers/media/video/pxa_camera.c
+++ b/drivers/media/video/pxa_camera.c
@@ -35,6 +35,7 @@
#include <linux/videodev2.h>

#include <asm/dma.h>
+#include <mach/dma.h>
#include <mach/pxa-regs.h>
#include <mach/camera.h>

--
1.5.6.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/