diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-11-02 06:06:03 +0100 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-11-02 06:06:03 +0100 |
commit | aaf8a7a2949481482200686c7bd3852e5be2e093 (patch) | |
tree | 76d4dde7c42cd3a3a9dea94f7f18a0817bb9b644 /arch/powerpc/kernel/setup_64.c | |
parent | powerpc: clean up bug.h further (diff) | |
parent | modify defines according to _ASM_POWERPC_ISERIES_ (diff) | |
download | linux-aaf8a7a2949481482200686c7bd3852e5be2e093.tar.xz linux-aaf8a7a2949481482200686c7bd3852e5be2e093.zip |
Merge iSeries include file move
Diffstat (limited to 'arch/powerpc/kernel/setup_64.c')
-rw-r--r-- | arch/powerpc/kernel/setup_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/setup_64.c b/arch/powerpc/kernel/setup_64.c index 70ead7d0d12e..d4a3c5dd1a21 100644 --- a/arch/powerpc/kernel/setup_64.c +++ b/arch/powerpc/kernel/setup_64.c @@ -56,7 +56,7 @@ #include <asm/page.h> #include <asm/mmu.h> #include <asm/lmb.h> -#include <asm/iSeries/ItLpNaca.h> +#include <asm/iseries/it_lp_naca.h> #include <asm/firmware.h> #include <asm/systemcfg.h> #include <asm/xmon.h> |