]> git.sur5r.net Git - u-boot/blobdiff - drivers/serial/serial_efi.c
serial: uniphier: rename struct uniphier_serial_private_data
[u-boot] / drivers / serial / serial_efi.c
index cf57d8977b527b8e30989e6d90151bd24673a726..399dfd65fefed1d3b68ac03324d3965528c53847 100644 (file)
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (c) 2015 Google, Inc
  * Written by Simon Glass <sjg@chromium.org>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -107,7 +106,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)
 {
 }