]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] powerpc: remove remaining crash_notes variable from machine_kexec.c
authorOlaf Hering <olh@suse.de>
Tue, 10 Jan 2006 21:31:53 +0000 (22:31 +0100)
committerPaul Mackerras <paulus@samba.org>
Wed, 11 Jan 2006 03:48:02 +0000 (14:48 +1100)
remove remaining crash_notes definition to fix compile error

/dev/shm/linux-2.6/arch/powerpc/kernel/machine_kexec.c:21: error: conflicting types for `crash_notes'
/dev/shm/linux-2.6/include/linux/kexec.h:129: error: previous declaration of `crash_notes'

Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/machine_kexec.c

index a91e40c9ae45ee6f2c5fa38f799e5d3c0fb7c4ad..a81ca1b841ec89a0c5eff398b676dac5a3ae85fc 100644 (file)
 #include <linux/threads.h>
 #include <asm/machdep.h>
 
-/*
- * Provide a dummy crash_notes definition until crash dump is implemented.
- * This prevents breakage of crash_notes attribute in kernel/ksysfs.c.
- */
-note_buf_t crash_notes[NR_CPUS];
-
 void machine_crash_shutdown(struct pt_regs *regs)
 {
        if (ppc_md.machine_crash_shutdown)