diff options
author | Kelly Daly <kelly@au.ibm.com> | 2005-11-02 11:55:28 +1100 |
---|---|---|
committer | Kelly Daly <kelly@au.ibm.com> | 2005-11-02 11:55:28 +1100 |
commit | 15b17189489f6d759fa2d61e7b6c87c55eeffb2c (patch) | |
tree | 9e91b666f440103ee3849c1a4527567c0672e54e /arch/ppc64/kernel/lparcfg.c | |
parent | 8021b8a77690d13ffb93eeadb6728e924d700bd5 (diff) |
merge filename and modify reference to iseries/hv_lp_config.h
Signed-off-by: Kelly Daly <kelly@au.ibm.com>
Diffstat (limited to 'arch/ppc64/kernel/lparcfg.c')
-rw-r--r-- | arch/ppc64/kernel/lparcfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/lparcfg.c b/arch/ppc64/kernel/lparcfg.c index cae19bbd5ac..e4236f2707e 100644 --- a/arch/ppc64/kernel/lparcfg.c +++ b/arch/ppc64/kernel/lparcfg.c @@ -26,7 +26,7 @@ #include <linux/init.h> #include <linux/seq_file.h> #include <asm/uaccess.h> -#include <asm/iSeries/HvLpConfig.h> +#include <asm/iseries/hv_lp_config.h> #include <asm/lppaca.h> #include <asm/hvcall.h> #include <asm/firmware.h> |