diff options
| author | David S. Miller <davem@davemloft.net> | 2008-02-13 16:56:49 -0800 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2008-02-13 16:56:49 -0800 |
| commit | d9b2b2a277219d4812311d995054ce4f95067725 (patch) | |
| tree | 63af21df6686dd2e867015fdf9f0cb798d3ca348 /arch/powerpc/kernel/machine_kexec.c | |
| parent | e760e716d47b48caf98da348368fd41b4a9b9e7e (diff) | |
| download | olio-linux-3.10-d9b2b2a277219d4812311d995054ce4f95067725.tar.xz olio-linux-3.10-d9b2b2a277219d4812311d995054ce4f95067725.zip | |
[LIB]: Make PowerPC LMB code generic so sparc64 can use it too.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/powerpc/kernel/machine_kexec.c')
| -rw-r--r-- | arch/powerpc/kernel/machine_kexec.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/machine_kexec.c b/arch/powerpc/kernel/machine_kexec.c index c0c8e8c3ced..2d202f274e7 100644 --- a/arch/powerpc/kernel/machine_kexec.c +++ b/arch/powerpc/kernel/machine_kexec.c @@ -12,8 +12,9 @@ #include <linux/kexec.h> #include <linux/reboot.h> #include <linux/threads.h> +#include <linux/lmb.h> #include <asm/machdep.h> -#include <asm/lmb.h> +#include <asm/prom.h> void machine_crash_shutdown(struct pt_regs *regs) { |