diff options
author | Kelly Daly <kelly@au.ibm.com> | 2005-11-02 05:07:51 +0100 |
---|---|---|
committer | Kelly Daly <kelly@au.ibm.com> | 2005-11-02 05:07:51 +0100 |
commit | 6cbbdabb0163471590bf0a57766e3ea5d920d26e (patch) | |
tree | e51d1931b5cceb70f3505570213bb62608728bc8 /include/asm-ppc64/io.h | |
parent | merge filename and modify references to iseries/lpar_map.h (diff) | |
download | linux-6cbbdabb0163471590bf0a57766e3ea5d920d26e.tar.xz linux-6cbbdabb0163471590bf0a57766e3ea5d920d26e.zip |
merge filename and modify references to iseries/iseries_io.h
Signed-off-by: Kelly Daly <kelly@au.ibm.com>
Diffstat (limited to 'include/asm-ppc64/io.h')
-rw-r--r-- | include/asm-ppc64/io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc64/io.h b/include/asm-ppc64/io.h index bd7c9532d77b..77fc07c3c6bd 100644 --- a/include/asm-ppc64/io.h +++ b/include/asm-ppc64/io.h @@ -13,7 +13,7 @@ #include <asm/page.h> #include <asm/byteorder.h> #ifdef CONFIG_PPC_ISERIES -#include <asm/iSeries/iSeries_io.h> +#include <asm/iseries/iseries_io.h> #endif #include <asm/synch.h> #include <asm/delay.h> |