summaryrefslogtreecommitdiff
path: root/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'timer.h')
0 files changed, 0 insertions, 0 deletions
d=2685f826e5ffd1ab73b26fd5ac4e1f7048cb6ff6'>fb047e6651a7f0d32754c3d4a9a294c084a5a08b /arch parent5d176f751ee3c6eededd984ad409bff201f436a7 (diff)
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: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/kernel/fadump.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/fadump.c b/arch/powerpc/kernel/fadump.c