]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/powerpc/include/asm/machdep.h
powerpc/kexec: Remove ppc_md.machine_kexec_cleanup
[mv-sheeva.git] / arch / powerpc / include / asm / machdep.h
index b2e8d69280cc3b9b226ae632cec7a6cb23dbfe0f..67cd82e4e27fc89c8540a8eeb09138e08c45226f 100644 (file)
@@ -247,9 +247,6 @@ struct machdep_calls {
         */
        int (*machine_kexec_prepare)(struct kimage *image);
 
-       /* Called to handle any machine specific cleanup on image */
-       void (*machine_kexec_cleanup)(struct kimage *image);
-
        /* Called to perform the _real_ kexec.
         * Do NOT allocate memory or fail here. We are past the point of
         * no return.