arch/x86: Remove acpi_fail_wakeup() and cbmem_fail_resume()

Unused since commit d46b8d5.

Change-Id: If0f1e0381dd7698f842dc1288ff222a4d5d4783c
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35389
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Kyösti Mälkki
2019-09-12 21:03:39 +03:00
parent 66d875a143
commit 2491d790d2
5 changed files with 0 additions and 23 deletions

View File

@ -32,7 +32,3 @@ void cbmem_run_init_hooks(int is_recovery)
init_hook_ptr++;
}
}
void __weak cbmem_fail_resume(void)
{
}