From 6a23352515defc92fca208bdcf0d345d4542d6ce Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Tue, 26 Nov 2019 11:11:00 +0200 Subject: amdfam10: Clean leftover prototypes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic3278cb1148c34284aba59f6f588713b683ca90b Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/37235 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans Reviewed-by: Michał Żygowski --- src/include/cpu/amd/car.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/include/cpu/amd/car.h b/src/include/cpu/amd/car.h index 359fa6bb8b..e4dd14289e 100644 --- a/src/include/cpu/amd/car.h +++ b/src/include/cpu/amd/car.h @@ -4,10 +4,6 @@ #include void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx); -asmlinkage void *post_cache_as_ram(void); -asmlinkage void cache_as_ram_new_stack(void); - -void disable_cache_as_ram(void); void asmlinkage early_all_cores(void); -- cgit v1.2.3