[PATCH] kexec/kdump: remove unnecessary incusion of asm/fixmap.h
authorIan Campbell <ian.campbell@xensource.com>
Wed, 10 Jan 2007 09:39:24 +0000 (09:39 +0000)
committerIan Campbell <ian.campbell@xensource.com>
Wed, 10 Jan 2007 09:39:24 +0000 (09:39 +0000)
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 <horms@verge.net.au>
xen/include/asm-x86/x86_32/kexec.h
xen/include/asm-x86/x86_64/kexec.h

index aa6db02088fb83e6ffd673d948a5dc895cf4182c..cb4ada715edbf91ec45de751aa130c7bc35050fc 100644 (file)
@@ -10,7 +10,6 @@
 
 #include <xen/types.h>
 #include <xen/kexec.h>
-#include <asm/fixmap.h>
 
 typedef asmlinkage void (*relocate_new_kernel_t)(
                unsigned long indirection_page,
index b9779aa9d7f881702575ac1503a79cf3a3834565..c54dbb9ba6e830cf5e744951271c81e5780610bc 100644 (file)
@@ -10,7 +10,6 @@
   
 #include <xen/types.h>
 #include <xen/kexec.h>
-#include <asm/fixmap.h>
 
 typedef void (*relocate_new_kernel_t)(
                 unsigned long indirection_page,