diff options
author | Kelly Daly <kelly@au.ibm.com> | 2005-11-02 15:02:47 +1100 |
---|---|---|
committer | Kelly Daly <kelly@au.ibm.com> | 2005-11-02 15:02:47 +1100 |
commit | c43a55ff4e55d1bcfdf0cadfe2f00281e156c436 (patch) | |
tree | b6ca4cd30ab00fa3bb2a6de16b6c76066b0d6ddd /arch/ppc64 | |
parent | 59ce20bb341282d5ecf17fd8b0ac093dd6350e5e (diff) | |
download | linux-3.10-c43a55ff4e55d1bcfdf0cadfe2f00281e156c436.tar.gz linux-3.10-c43a55ff4e55d1bcfdf0cadfe2f00281e156c436.tar.bz2 linux-3.10-c43a55ff4e55d1bcfdf0cadfe2f00281e156c436.zip |
merge filename and modify references to iseries/lpar_map.h
Signed-off-by: Kelly Daly <kelly@au.ibm.com>
Diffstat (limited to 'arch/ppc64')
-rw-r--r-- | arch/ppc64/kernel/head.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/head.S b/arch/ppc64/kernel/head.S index 929f9f42cf7..0b65efe1682 100644 --- a/arch/ppc64/kernel/head.S +++ b/arch/ppc64/kernel/head.S @@ -35,7 +35,7 @@ #include <asm/cputable.h> #include <asm/setup.h> #include <asm/hvcall.h> -#include <asm/iSeries/LparMap.h> +#include <asm/iseries/lpar_map.h> #include <asm/thread_info.h> #ifdef CONFIG_PPC_ISERIES |