diff options
author | Anton Blanchard <anton@samba.org> | 2011-11-30 00:23:12 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-12-08 14:02:23 +1100 |
commit | 8c27474a252e84e8a71ae4a43e18f0193a08e3f7 (patch) | |
tree | 964b9fb538b6c77f6ffa1296078064898a1092fe /arch/powerpc/include/asm | |
parent | 07fe0c6132578186773e01ffb0f63ded222effe7 (diff) | |
download | blackbird-op-linux-8c27474a252e84e8a71ae4a43e18f0193a08e3f7.tar.gz blackbird-op-linux-8c27474a252e84e8a71ae4a43e18f0193a08e3f7.zip |
powerpc: Cleanup crash/kexec code
Remove some unnecessary defines and fix some spelling mistakes.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include/asm')
-rw-r--r-- | arch/powerpc/include/asm/kexec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/kexec.h b/arch/powerpc/include/asm/kexec.h index 209ed8ba1637..16d7e33d35e9 100644 --- a/arch/powerpc/include/asm/kexec.h +++ b/arch/powerpc/include/asm/kexec.h @@ -49,7 +49,6 @@ #define KEXEC_STATE_REAL_MODE 2 #ifndef __ASSEMBLY__ -#include <linux/cpumask.h> #include <asm/reg.h> typedef void (*crash_shutdown_t)(void); |