public inbox for u-boot@lists.denx.de
 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

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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox