Skip to content
Commit 2685f826 authored by Michael Ellerman's avatar Michael Ellerman
Browse files

powerpc/fadump: Fix build break when CONFIG_PROC_VMCORE=n



The fadump code calls vmcore_cleanup() which only exists if
CONFIG_PROC_VMCORE=y. We don't want to depend on CONFIG_PROC_VMCORE,
because it's user selectable, so just wrap the call in an #ifdef.

Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 5d176f75
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment