aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial/serial_efi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/serial/serial_efi.c')
-rw-r--r--drivers/serial/serial_efi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/serial_efi.c b/drivers/serial/serial_efi.c
index cf57d89..ea25c25 100644
--- a/drivers/serial/serial_efi.c
+++ b/drivers/serial/serial_efi.c
@@ -107,7 +107,7 @@ static int serial_efi_pending(struct udevice *dev, bool input)
* There is nothing to init here since the EFI console is already running by
* the time we enter U-Boot.
*/
-void debug_uart_init(void)
+static inline void _debug_uart_init(void)
{
}