All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] mx6: fix warning in platinum board
@ 2015-01-22  9:11 Stefano Babic
  2015-01-22  9:14 ` Stefan Roese
  0 siblings, 1 reply; 2+ messages in thread
From: Stefano Babic @ 2015-01-22  9:11 UTC (permalink / raw)
  To: u-boot

Fix warning due to missing prototype for writel

Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 board/barco/platinum/platinum.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/barco/platinum/platinum.h b/board/barco/platinum/platinum.h
index 8650d6d..d3ea8bd 100644
--- a/board/barco/platinum/platinum.h
+++ b/board/barco/platinum/platinum.h
@@ -9,6 +9,7 @@
 
 #include <miiphy.h>
 #include <asm/arch/crm_regs.h>
+#include <asm/io.h>
 
 /* Defines */
 
-- 
1.9.1

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

* [U-Boot] [PATCH] mx6: fix warning in platinum board
  2015-01-22  9:11 [U-Boot] [PATCH] mx6: fix warning in platinum board Stefano Babic
@ 2015-01-22  9:14 ` Stefan Roese
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Roese @ 2015-01-22  9:14 UTC (permalink / raw)
  To: u-boot

On 22.01.2015 10:11, Stefano Babic wrote:
> Fix warning due to missing prototype for writel
>
> Signed-off-by: Stefano Babic <sbabic@denx.de>

Not sure why I didn't see this. But thanks for fixing, so:

Acked-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

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

end of thread, other threads:[~2015-01-22  9:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-22  9:11 [U-Boot] [PATCH] mx6: fix warning in platinum board Stefano Babic
2015-01-22  9:14 ` Stefan Roese

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.