[U-Boot] [PATCH] mx6: fix warning in platinum board

22 Jan
2015
22 Jan
'15
10:11 a.m.
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

22 Jan
22 Jan
10:14 a.m.
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
3766
Age (days ago)
3766
Last active (days ago)
1 comments
2 participants
participants (2)
-
Stefan Roese
-
Stefano Babic