From 5b195079f0d5f5eeaae456f0347d74d9f31ca528 Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Wed, 3 Jun 2015 11:32:33 +0300 Subject: [PATCH] MIPS: asm/debug_ll_ns16550.h: use plain inline instead of __inline__ Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- 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 a3e1c52f6..4a6562f7c 100644 --- a/arch/mips/include/asm/debug_ll_ns16550.h +++ b/arch/mips/include/asm/debug_ll_ns16550.h @@ -57,7 +57,7 @@ #include -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))