From 05a7ffa25be465aea7a7aa22fdf443322abd95cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Fri, 28 Dec 2018 17:05:08 +0200 Subject: bootblock: Move function prototype MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I01ecb9a16099ac6189ce3f0bdbd43c23ad7c621d Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/30488 Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- src/cpu/qemu-x86/bootblock.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/cpu/qemu-x86/bootblock.c') diff --git a/src/cpu/qemu-x86/bootblock.c b/src/cpu/qemu-x86/bootblock.c index fd14c7e0ef..8dcf576990 100644 --- a/src/cpu/qemu-x86/bootblock.c +++ b/src/cpu/qemu-x86/bootblock.c @@ -18,8 +18,6 @@ #include #include -asmlinkage void bootblock_c_entry_bist(uint64_t base_timestamp, uint32_t bist); - asmlinkage void bootblock_c_entry_bist(uint64_t base_timestamp, uint32_t bist) { post_code(0x05); -- cgit v1.2.3