aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/soc/amd/cezanne/uart.c2
-rw-r--r--src/soc/amd/picasso/uart.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/amd/cezanne/uart.c b/src/soc/amd/cezanne/uart.c
index 84f7c40078..9d10fd0eff 100644
--- a/src/soc/amd/cezanne/uart.c
+++ b/src/soc/amd/cezanne/uart.c
@@ -12,7 +12,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[] = {
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[] = {