Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752497AbbLHWCg (ORCPT ); Tue, 8 Dec 2015 17:02:36 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:45190 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751143AbbLHV7A (ORCPT ); Tue, 8 Dec 2015 16:59:00 -0500 From: Daniel Kiper To: kexec@lists.infradead.org, linux-kernel@vger.kernel.org, xen-devel@lists.xenproject.org Cc: andrew.cooper3@citrix.com, david.vrabel@citrix.com, horms@verge.net.au, keir@xen.org, konrad.wilk@oracle.com Subject: [PATCH 03/14] crashdump: Remove stray get_crashkernel_region() declaration Date: Tue, 8 Dec 2015 22:57:36 +0100 Message-Id: <1449611867-15672-4-git-send-email-daniel.kiper@oracle.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1449611867-15672-1-git-send-email-daniel.kiper@oracle.com> References: <1449611867-15672-1-git-send-email-daniel.kiper@oracle.com> X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 833 Lines: 25 Signed-off-by: Daniel Kiper --- kexec/crashdump.h | 1 - 1 file changed, 1 deletion(-) diff --git a/kexec/crashdump.h b/kexec/crashdump.h index 95f1f0c..320767b 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); -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/