9
0
Fork 0

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>
This commit is contained in:
Antony Pavlov 2015-06-03 11:32:33 +03:00 committed by Sascha Hauer
parent 099dcf6673
commit 5b195079f0
1 changed files with 1 additions and 1 deletions

View File

@ -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))