diff options
author | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-09-25 21:26:09 +0000 |
---|---|---|
committer | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-09-25 21:26:09 +0000 |
commit | cdc445210d0f60c3f29279da7369c99747f602ea (patch) | |
tree | ff38159ba18f250820fa9433f8b209a98774289a /arch/mips64/sgi-ip27/ip27-init.c | |
parent | fa221aa73170ee6dd3307f749455d37c93f0aae7 (diff) |
Move <asm/ioc3.h> to <asm/sn/ioc3.h> which is a better place. The old
<asm/ioc3.h> is still around, and should be removed once Linus takes
in the ioc3-eth.c patch that I am going to send him.
Diffstat (limited to 'arch/mips64/sgi-ip27/ip27-init.c')
-rw-r--r-- | arch/mips64/sgi-ip27/ip27-init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips64/sgi-ip27/ip27-init.c b/arch/mips64/sgi-ip27/ip27-init.c index b82196921..fdc3fdf27 100644 --- a/arch/mips64/sgi-ip27/ip27-init.c +++ b/arch/mips64/sgi-ip27/ip27-init.c @@ -11,7 +11,7 @@ #include <asm/sn/sn0/hubni.h> #include <asm/sn/sn0/hubio.h> #include <asm/sn/klconfig.h> -#include <asm/ioc3.h> +#include <asm/sn/ioc3.h> #include <asm/mipsregs.h> #include <asm/sn/gda.h> #include <asm/sn/intr.h> |