summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/cezanne/uart.c
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-01-14 00:58:53 +0100
committerFelix Held <felix-coreboot@felixheld.de>2021-01-15 01:19:59 +0000
commitf377713fc6b5434c6912b419bed5406ef13be782 (patch)
tree1111f98ef136cf854ba7d6c46e28d660bed96fee /src/soc/amd/cezanne/uart.c
parent40b5358c2accfb329b492a1b861b067c8303c6c5 (diff)
downloadcoreboot-f377713fc6b5434c6912b419bed5406ef13be782.tar.gz
coreboot-f377713fc6b5434c6912b419bed5406ef13be782.tar.bz2
coreboot-f377713fc6b5434c6912b419bed5406ef13be782.zip
soc/amd/cezanne,picasso/uart: remove unneeded struct name
This struct isn't used anywhere else, so there's no need to name it. Change-Id: I22eda07f14096d2b7400e6ab715641ffd68fbc08 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reported-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49444 Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/cezanne/uart.c')
-rw-r--r--src/soc/amd/cezanne/uart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/cezanne/uart.c b/src/soc/amd/cezanne/uart.c
index 84f7c40078b9..9d10fd0eff77 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[] = {