amdfam10: Clean leftover prototypes

Change-Id: Ic3278cb1148c34284aba59f6f588713b683ca90b
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37235
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
This commit is contained in:
Kyösti Mälkki 2019-11-26 11:11:00 +02:00
parent 91709c91df
commit 6a23352515
1 changed files with 0 additions and 4 deletions

View File

@ -4,10 +4,6 @@
#include <arch/cpu.h>
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);