aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/picasso/uart.c')
-rw-r--r--src/soc/amd/picasso/uart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/uart.c b/src/soc/amd/picasso/uart.c
index a77375e82a..24bc2c0f85 100644
--- a/src/soc/amd/picasso/uart.c
+++ b/src/soc/amd/picasso/uart.c
@@ -13,7 +13,7 @@
#include <soc/uart.h>
#include <types.h>
-static const struct _uart_info {
+static const struct {
uintptr_t base;
struct soc_amd_gpio mux[2];
} uart_info[] = {