This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-ppc / kexec.h
index 3531b6d..3d7e12c 100644 (file)
@@ -2,7 +2,6 @@
 #define _PPC_KEXEC_H
 
 #ifdef CONFIG_KEXEC
-
 /*
  * KEXEC_SOURCE_MEMORY_LIMIT maximum page get_free_page can return.
  * I.e. Maximum page that is mapped directly into kernel memory,
 
 #define KEXEC_CONTROL_CODE_SIZE        4096
 
-
-#ifndef __ASSEMBLY__
-
-struct kimage;
-
-extern void machine_kexec_simple(struct kimage *image);
-
-#endif /* __ASSEMBLY__ */
-
 #endif /* CONFIG_KEXEC */
 
 #endif /* _PPC_KEXEC_H */