summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kiper <daniel.kiper@oracle.com>2017-03-16 11:12:24 +0100
committerSimon Horman <horms@verge.net.au>2017-03-20 09:15:00 +0100
commit0516f46adbf3da74da9971d39b4f8b50cd83d3f5 (patch)
tree5c0a8688989605517ffc658116672154979d7a1d
parent82a49747e5ad73cca14171e81df913f95fece161 (diff)
crashdump: Remove stray get_crashkernel_region() declaration
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com> Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r--kexec/crashdump.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/kexec/crashdump.h b/kexec/crashdump.h
index 96219a8..86e1ef2 100644
--- a/kexec/crashdump.h
+++ b/kexec/crashdump.h
@@ -1,7 +1,6 @@
#ifndef CRASHDUMP_H
#define CRASHDUMP_H
-int get_crashkernel_region(uint64_t *start, uint64_t *end);
extern int get_crash_notes_per_cpu(int cpu, uint64_t *addr, uint64_t *len);
extern int get_kernel_vmcoreinfo(uint64_t *addr, uint64_t *len);
extern int get_xen_vmcoreinfo(uint64_t *addr, uint64_t *len);