From: Ian Campbell Date: Wed, 10 Jan 2007 09:39:24 +0000 (+0000) Subject: [PATCH] kexec/kdump: remove unnecessary incusion of asm/fixmap.h X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15422^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ca00403ecee10e337e3693600fd0508bada2b8c7;p=xen.git [PATCH] kexec/kdump: remove unnecessary incusion of asm/fixmap.h I think this a legacy of an older revision of this code, but asm/fixmap.h does not seem to be needed in asm-x86/x86_32/kexec.h or asm-x86/x86_64/kexec.h That is, neither of these incarntations of kexec.h seem to do anything related to fixmap directly or indirectly. Signed-off-by: Simon Horman --- diff --git a/xen/include/asm-x86/x86_32/kexec.h b/xen/include/asm-x86/x86_32/kexec.h index aa6db02088..cb4ada715e 100644 --- a/xen/include/asm-x86/x86_32/kexec.h +++ b/xen/include/asm-x86/x86_32/kexec.h @@ -10,7 +10,6 @@ #include #include -#include typedef asmlinkage void (*relocate_new_kernel_t)( unsigned long indirection_page, diff --git a/xen/include/asm-x86/x86_64/kexec.h b/xen/include/asm-x86/x86_64/kexec.h index b9779aa9d7..c54dbb9ba6 100644 --- a/xen/include/asm-x86/x86_64/kexec.h +++ b/xen/include/asm-x86/x86_64/kexec.h @@ -10,7 +10,6 @@ #include #include -#include typedef void (*relocate_new_kernel_t)( unsigned long indirection_page,