summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso/include
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-02-16 23:23:00 +0100
committerFelix Held <felix-coreboot@felixheld.de>2021-02-18 01:14:26 +0000
commit61e60d1c160fa7fbff9d68b8629c07960bd40e72 (patch)
treea5a1e1e0bcf21a6c879e778c2992140808f1ffda /src/soc/amd/picasso/include
parente54d784d02a59f8266e7898c34a05f00893cdc77 (diff)
downloadcoreboot-61e60d1c160fa7fbff9d68b8629c07960bd40e72.tar.gz
coreboot-61e60d1c160fa7fbff9d68b8629c07960bd40e72.tar.bz2
coreboot-61e60d1c160fa7fbff9d68b8629c07960bd40e72.zip
soc/amd/picasso/chip: make soc_acpi_name static
This function isn't used outside of the same compilation unit. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I332046341bc7a5a499355f2147296e8c09d7e0ce Reviewed-on: https://review.coreboot.org/c/coreboot/+/50817 Reviewed-by: Raul Rangel <rrangel@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/picasso/include')
-rw-r--r--src/soc/amd/picasso/include/soc/acpi.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/amd/picasso/include/soc/acpi.h b/src/soc/amd/picasso/include/soc/acpi.h
index 254e5d909ee6..804b27cd0c27 100644
--- a/src/soc/amd/picasso/include/soc/acpi.h
+++ b/src/soc/amd/picasso/include/soc/acpi.h
@@ -11,6 +11,4 @@
uintptr_t agesa_write_acpi_tables(const struct device *device, uintptr_t current,
acpi_rsdp_t *rsdp);
-const char *soc_acpi_name(const struct device *dev);
-
#endif /* AMD_PICASSO_ACPI_H */