From mboxrd@z Thu Jan 1 00:00:00 1970 From: james.morse@arm.com (James Morse) Date: Mon, 20 Jun 2016 17:06:22 +0100 Subject: [PATCH v19 05/13] arm64/kexec: Add pr_debug output In-Reply-To: References: Message-ID: <5768147E.1050900@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Geoff, On 17/06/16 00:48, Geoff Levand wrote: > To aid in debugging kexec problems or when adding new functionality to > kexec add a new routine kexec_image_info() and several inline pr_debug > statements. > > Signed-off-by: Geoff Levand > diff --git a/arch/arm64/kernel/machine_kexec.c b/arch/arm64/kernel/machine_kexec.c > index a6dcb9c..7372e58 100644 > --- a/arch/arm64/kernel/machine_kexec.c > +++ b/arch/arm64/kernel/machine_kexec.c > @@ -11,6 +11,7 @@ > > #include > #include > +#include Now that the get_user(maybe_dtb_addr,.. has gone, I don't think we need this header. > > #include > #include Reviewed-by: James Morse Thanks, James