summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2015-06-03 11:32:33 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2015-06-04 09:05:10 +0200
commit5b195079f0d5f5eeaae456f0347d74d9f31ca528 (patch)
tree7952df4293649164dbd3e8cb8d91c629bf0da59b /arch
parent099dcf6673f07807fbc4200abc4ef262c4f3dead (diff)
downloadbarebox-5b195079f0d5f5eeaae456f0347d74d9f31ca528.tar.gz
barebox-5b195079f0d5f5eeaae456f0347d74d9f31ca528.tar.xz
MIPS: asm/debug_ll_ns16550.h: use plain inline instead of __inline__
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/include/asm/debug_ll_ns16550.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/debug_ll_ns16550.h b/arch/mips/include/asm/debug_ll_ns16550.h
index a3e1c52f63..4a6562f7c1 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))