diff options
author | Kelly Daly <kelly@au.ibm.com> | 2005-11-01 06:59:20 +0100 |
---|---|---|
committer | Kelly Daly <kelly@au.ibm.com> | 2005-11-01 06:59:20 +0100 |
commit | 1da44037883c0405154d53fe76da27e078456664 (patch) | |
tree | db6f579831b89c55e0e0c095345b4d1e5bdd0500 /include/asm-powerpc/time.h | |
parent | powerpc: import a fix from arch/ppc/mm/pgtable.c (diff) | |
download | linux-1da44037883c0405154d53fe76da27e078456664.tar.xz linux-1da44037883c0405154d53fe76da27e078456664.zip |
merge filename and modify references to iseries/hv_call.h
Signed-off-by: Kelly Daly <kelly@au.ibm.com>
Diffstat (limited to 'include/asm-powerpc/time.h')
-rw-r--r-- | include/asm-powerpc/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/time.h b/include/asm-powerpc/time.h index 410e795f7d43..d9b86a17271b 100644 --- a/include/asm-powerpc/time.h +++ b/include/asm-powerpc/time.h @@ -21,7 +21,7 @@ #include <asm/processor.h> #ifdef CONFIG_PPC64 #include <asm/paca.h> -#include <asm/iSeries/HvCall.h> +#include <asm/iseries/hv_call.h> #endif /* time.c */ |