summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/stoneyridge/chip.h
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2020-12-05 02:16:25 +0100
committerFelix Held <felix-coreboot@felixheld.de>2020-12-06 19:02:42 +0000
commit49f6b9d05b433d96acd0cf4e90ac1782d875d537 (patch)
treec8af37663db918f34c5f4605c8c28aafb13b0a83 /src/soc/amd/stoneyridge/chip.h
parentd28e159fdf03c8e0d983745062cf811585e584de (diff)
downloadcoreboot-49f6b9d05b433d96acd0cf4e90ac1782d875d537.tar.gz
coreboot-49f6b9d05b433d96acd0cf4e90ac1782d875d537.tar.bz2
coreboot-49f6b9d05b433d96acd0cf4e90ac1782d875d537.zip
soc/amd/stoneyridge: remove unused config_t typedef
Change-Id: I1456fe069c4b0cf859f769e0144ec62cff0f3987 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48319 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc/amd/stoneyridge/chip.h')
-rw-r--r--src/soc/amd/stoneyridge/chip.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/amd/stoneyridge/chip.h b/src/soc/amd/stoneyridge/chip.h
index 566c359ea345..07103a57147a 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__ */