All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] PXA: Fix warning in zipitz2
@ 2012-02-27 11:57 Marek Vasut
  0 siblings, 0 replies; only message in thread
From: Marek Vasut @ 2012-02-27 11:57 UTC (permalink / raw)
  To: u-boot

Configuring for zipitz2 board...
zipitz2.c: In function ?board_mmc_init?:
zipitz2.c:85:2: warning: implicit declaration of function ?pxa_mmc_register? [-Wimplicit-function-declaration]

Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
---
 board/zipitz2/zipitz2.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/board/zipitz2/zipitz2.c b/board/zipitz2/zipitz2.c
index 4075fb6..82dfa82 100644
--- a/board/zipitz2/zipitz2.c
+++ b/board/zipitz2/zipitz2.c
@@ -28,6 +28,7 @@
 #include <serial.h>
 #include <asm/arch/hardware.h>
 #include <asm/arch/pxa.h>
+#include <asm/arch/regs-mmc.h>
 #include <spi.h>
 #include <asm/io.h>
 
-- 
1.7.9

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

only message in thread, other threads:[~2012-02-27 11:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-27 11:57 [U-Boot] [PATCH] PXA: Fix warning in zipitz2 Marek Vasut

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.