linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* omap: Build failure with tip of Linus' tree
@ 2010-05-23  0:11 Amit Kucheria
  2010-05-23  7:38 ` Felipe Balbi
  2010-05-25 22:22 ` Tony Lindgren
  0 siblings, 2 replies; 3+ messages in thread
From: Amit Kucheria @ 2010-05-23  0:11 UTC (permalink / raw)
  To: tony; +Cc: linux-omap, ajay.gupta

[-- Attachment #1: Type: text/plain, Size: 214 bytes --]

Tony,

I see the following build failure with the latest tip from Linus. I'm not
sure if something is yet to be merged for other subsystem trees before -rc1,
but a patch to fix the build is attached.

Cheers,
Amit

[-- Attachment #2: 0001-omap-fix-build-failure-due-to-missing-include-dma-ma.patch --]
[-- Type: text/x-diff, Size: 1159 bytes --]

>From 0222c29661c9a36dcf3a1b2786b62b0080b9dc88 Mon Sep 17 00:00:00 2001
Message-Id: <0222c29661c9a36dcf3a1b2786b62b0080b9dc88.1274572962.git.amit.kucheria@canonical.com>
From: Amit Kucheria <amit.kucheria@canonical.com>
Date: Sun, 23 May 2010 03:00:51 +0300
Subject: [PATCH] omap: fix build failure due to missing include dma-mapping.h

Fixes following error,

CC      arch/arm/mach-omap2/usb-ehci.o
arch/arm/mach-omap2/usb-ehci.c:263: error: implicit declaration of function
'DMA_BIT_MASK'
arch/arm/mach-omap2/usb-ehci.c:263: error: initializer element is not constant
make[1]: *** [arch/arm/mach-omap2/usb-ehci.o] Error 1

Signed-off-by: Amit Kucheria <amit.kucheria@canonical.com>
---
 arch/arm/mach-omap2/usb-ehci.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/usb-ehci.c b/arch/arm/mach-omap2/usb-ehci.c
index c68f799..d72d1ac 100644
--- a/arch/arm/mach-omap2/usb-ehci.c
+++ b/arch/arm/mach-omap2/usb-ehci.c
@@ -20,6 +20,8 @@
 #include <linux/delay.h>
 #include <linux/platform_device.h>
 #include <linux/clk.h>
+#include <linux/dma-mapping.h>
+
 #include <asm/io.h>
 #include <plat/mux.h>
 
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-05-25 22:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-23  0:11 omap: Build failure with tip of Linus' tree Amit Kucheria
2010-05-23  7:38 ` Felipe Balbi
2010-05-25 22:22 ` Tony Lindgren

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).