28 lines
882 B
Diff
28 lines
882 B
Diff
|
From 0516f46adbf3da74da9971d39b4f8b50cd83d3f5 Mon Sep 17 00:00:00 2001
|
||
|
From: Daniel Kiper <daniel.kiper@oracle.com>
|
||
|
Date: Thu, 16 Mar 2017 11:12:24 +0100
|
||
|
Subject: [PATCH 32/45] 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>
|
||
|
---
|
||
|
kexec/crashdump.h | 1 -
|
||
|
1 file changed, 1 deletion(-)
|
||
|
|
||
|
diff --git a/kexec/crashdump.h b/kexec/crashdump.h
|
||
|
index 96219a81829e..86e1ef2523ca 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);
|
||
|
--
|
||
|
2.13.0
|
||
|
|