linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] include mach specific dma.h in pxa_camera.c
@ 2009-01-05 17:09 Luotao Fu
  0 siblings, 0 replies; only message in thread
From: Luotao Fu @ 2009-01-05 17:09 UTC (permalink / raw)
  To: video4linux-list; +Cc: linux-kernel, Luotao Fu

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@pengutronix.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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-05 17:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-05 17:09 [PATCH] include mach specific dma.h in pxa_camera.c Luotao Fu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).