From ba35f3582e95fdc3d9313a63d6ee0072283f5c7f Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 18 Oct 2022 20:43:00 +0200 Subject: soc/amd: move all AOAC function prototypes to amdblocks/aoac.h Signed-off-by: Felix Held Change-Id: I3deae150cd1e20fff6507a0f0ba6a375fca430e5 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68559 Tested-by: build bot (Jenkins) Reviewed-by: Fred Reitberger --- src/soc/amd/picasso/early_fch.c | 1 + src/soc/amd/picasso/include/soc/southbridge.h | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'src/soc/amd/picasso') diff --git a/src/soc/amd/picasso/early_fch.c b/src/soc/amd/picasso/early_fch.c index f5d392c9f6..e77f2963fd 100644 --- a/src/soc/amd/picasso/early_fch.c +++ b/src/soc/amd/picasso/early_fch.c @@ -1,6 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include +#include #include #include #include diff --git a/src/soc/amd/picasso/include/soc/southbridge.h b/src/soc/amd/picasso/include/soc/southbridge.h index b8dd67b5c7..a3fb1a2d7d 100644 --- a/src/soc/amd/picasso/include/soc/southbridge.h +++ b/src/soc/amd/picasso/include/soc/southbridge.h @@ -107,7 +107,4 @@ void fch_early_init(void); void fch_init(void *chip_info); void fch_final(void *chip_info); -void enable_aoac_devices(void); -void wait_for_aoac_enabled(unsigned int dev); - #endif /* AMD_PICASSO_SOUTHBRIDGE_H */ -- cgit v1.2.3