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>
This commit is contained in:
Felix Held 2021-01-14 00:58:53 +01:00
parent 40b5358c2a
commit f377713fc6
2 changed files with 2 additions and 2 deletions

View File

@ -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[] = {

View File

@ -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[] = {