[PATCH 01/11] ARM: pfla02: Fix compiler warning
Sascha Hauer
s.hauer at pengutronix.de
Fri Sep 27 02:47:32 EDT 2013
PUTC_LL no longer exists. Use putc_ll instead.
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
arch/arm/boards/phytec-pfla02/lowlevel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boards/phytec-pfla02/lowlevel.c b/arch/arm/boards/phytec-pfla02/lowlevel.c
index df92dba..6596e92 100644
--- a/arch/arm/boards/phytec-pfla02/lowlevel.c
+++ b/arch/arm/boards/phytec-pfla02/lowlevel.c
@@ -50,7 +50,7 @@ static inline void setup_uart(void)
writel(0x0000c34f, uartbase + 0xa8);
writel(0x00000001, uartbase + 0x80);
- PUTC_LL('>');
+ putc_ll('>');
}
extern char __dtb_imx6q_phytec_pbab01_start[];
--
1.8.4.rc3
More information about the barebox
mailing list