From f9ae172b6f6df17018381a548c52082720e9f6f4 Mon Sep 17 00:00:00 2001 From: Zheng Bao Date: Sat, 30 Oct 2021 21:29:22 +0800 Subject: amd/sata: Remove the weak function BUG=b:140165023 Change-Id: I1908f727a7be1e33cbfd273b7261cbd989a414fe Signed-off-by: Zheng Bao Reviewed-on: https://review.coreboot.org/c/coreboot/+/58644 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/soc/amd/common/block/sata/sata.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/soc/amd/common/block/sata/sata.c b/src/soc/amd/common/block/sata/sata.c index 79c381e6cdfe..9caec89998b7 100644 --- a/src/soc/amd/common/block/sata/sata.c +++ b/src/soc/amd/common/block/sata/sata.c @@ -6,8 +6,6 @@ #include #include -void __weak soc_enable_sata_features(struct device *dev) { } - static const char *sata_acpi_name(const struct device *dev) { return "STCR"; -- cgit v1.2.3