diff options
Diffstat (limited to 'src/soc/amd/morgana')
-rw-r--r-- | src/soc/amd/morgana/early_fch.c | 1 | ||||
-rw-r--r-- | src/soc/amd/morgana/include/soc/southbridge.h | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/soc/amd/morgana/early_fch.c b/src/soc/amd/morgana/early_fch.c index 1ec71051fa..f940deaf3b 100644 --- a/src/soc/amd/morgana/early_fch.c +++ b/src/soc/amd/morgana/early_fch.c @@ -3,6 +3,7 @@ /* TODO: Update for Morgana */ #include <amdblocks/acpimmio.h> +#include <amdblocks/aoac.h> #include <amdblocks/espi.h> #include <amdblocks/i2c.h> #include <amdblocks/lpc.h> diff --git a/src/soc/amd/morgana/include/soc/southbridge.h b/src/soc/amd/morgana/include/soc/southbridge.h index 75f0beb72f..216bf42677 100644 --- a/src/soc/amd/morgana/include/soc/southbridge.h +++ b/src/soc/amd/morgana/include/soc/southbridge.h @@ -121,7 +121,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_MORGANA_SOUTHBRIDGE_H */ |