From 49f6b9d05b433d96acd0cf4e90ac1782d875d537 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Sat, 5 Dec 2020 02:16:25 +0100 Subject: soc/amd/stoneyridge: remove unused config_t typedef Change-Id: I1456fe069c4b0cf859f769e0144ec62cff0f3987 Signed-off-by: Felix Held Reviewed-on: https://review.coreboot.org/c/coreboot/+/48319 Tested-by: build bot (Jenkins) Reviewed-by: Marshall Dawson --- src/soc/amd/stoneyridge/chip.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/soc/amd/stoneyridge/chip.h b/src/soc/amd/stoneyridge/chip.h index 566c359ea3..07103a5714 100644 --- a/src/soc/amd/stoneyridge/chip.h +++ b/src/soc/amd/stoneyridge/chip.h @@ -66,6 +66,4 @@ struct soc_amd_stoneyridge_config { u8 lvds_poseq_blon_to_varybl; }; -typedef struct soc_amd_stoneyridge_config config_t; - #endif /* __STONEYRIDGE_CHIP_H__ */ -- cgit v1.2.3