From 507fc03b19faededb3ada50fa9f759f79786c8f5 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Sat, 5 Dec 2020 01:55:27 +0100 Subject: soc/amd/picasso: remove config_t typedef Change-Id: Idc0061e7b88134ab17cb65429133cffd16ca5651 Signed-off-by: Felix Held Reviewed-on: https://review.coreboot.org/c/coreboot/+/48316 Tested-by: build bot (Jenkins) Reviewed-by: Marshall Dawson --- src/soc/amd/picasso/chip.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/soc/amd/picasso/chip.h') diff --git a/src/soc/amd/picasso/chip.h b/src/soc/amd/picasso/chip.h index 412cc087b1..27f1a2ad84 100644 --- a/src/soc/amd/picasso/chip.h +++ b/src/soc/amd/picasso/chip.h @@ -221,6 +221,4 @@ struct soc_amd_picasso_config { enum gpp_clk_req_setting gpp_clk_config[GPP_CLK_OUTPUT_COUNT]; }; -typedef struct soc_amd_picasso_config config_t; - #endif /* __PICASSO_CHIP_H__ */ -- cgit v1.2.3