[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1231175389-3199-1-git-send-email-l.fu@pengutronix.de>
Date: Mon, 5 Jan 2009 18:09:49 +0100
From: Luotao Fu <l.fu@...gutronix.de>
To: video4linux-list@...hat.com
Cc: linux-kernel@...r.kernel.org, Luotao Fu <l.fu@...gutronix.de>
Subject: [PATCH] include mach specific dma.h in pxa_camera.c
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@...gutronix.de>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists