arm: uniphier: Change _debug_uart_putc function to inline
authorLukasz Czechowski <lukasz.czechowski@thaumatec.com>
Tue, 20 May 2025 11:36:39 +0000 (13:36 +0200)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 6 Jun 2025 09:12:20 +0000 (17:12 +0800)
commit79d9ac8b13e34f6e70af4f6a513afb8ebde29c98
tree987b7f75027ae29b77e60bfe2cfe195f426ff275
parentb3f69c14187d413610abbc2b82d1a3752cb342c1
arm: uniphier: Change _debug_uart_putc function to inline

Update the definition of _debug_uart_putc to static inline.
This matches the instructions in include/debug_uart.h and
provides consistency with implementations for other platforms.

Signed-off-by: Lukasz Czechowski <lukasz.czechowski@thaumatec.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/mach-uniphier/debug-uart/debug-uart.c