[PATCH] MIPS: asm/debug_ll_ns16550.h: use plain inline instead of __inline__
Antony Pavlov
antonynpavlov at gmail.com
Wed Jun 3 01:32:33 PDT 2015
Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
---
arch/mips/include/asm/debug_ll_ns16550.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/mips/include/asm/debug_ll_ns16550.h b/arch/mips/include/asm/debug_ll_ns16550.h
index a3e1c52..4a6562f 100644
--- a/arch/mips/include/asm/debug_ll_ns16550.h
+++ b/arch/mips/include/asm/debug_ll_ns16550.h
@@ -57,7 +57,7 @@
#include <asm/io.h>
-static __inline__ void PUTC_LL(char ch)
+static inline void PUTC_LL(char ch)
{
#ifdef CONFIG_DEBUG_LL
while (!(__raw_readb((u8 *)DEBUG_LL_UART_ADDR + UART_LSR) & UART_LSR_THRE))
--
2.1.4
More information about the barebox
mailing list