diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-09-16 13:48:51 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-11 11:18:52 -0400 |
commit | 384740dc49ea651ba350704d13ff6be9976e37fe (patch) | |
tree | a6e80cad287ccae7a86d81bfa692fc96889c88ed /include/asm-mips/sn/hub.h | |
parent | e8c7c482347574ecdd45c43e32c332d5fc2ece61 (diff) |
MIPS: Move headfiles to new location below arch/mips/include
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/sn/hub.h')
-rw-r--r-- | include/asm-mips/sn/hub.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/asm-mips/sn/hub.h b/include/asm-mips/sn/hub.h deleted file mode 100644 index 1992d9254a08..000000000000 --- a/include/asm-mips/sn/hub.h +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | #ifndef __ASM_SN_HUB_H | ||
2 | #define __ASM_SN_HUB_H | ||
3 | |||
4 | #include <linux/types.h> | ||
5 | #include <linux/cpumask.h> | ||
6 | #include <asm/sn/types.h> | ||
7 | #include <asm/sn/io.h> | ||
8 | #include <asm/sn/klkernvars.h> | ||
9 | #include <asm/xtalk/xtalk.h> | ||
10 | |||
11 | /* ip27-hubio.c */ | ||
12 | extern unsigned long hub_pio_map(cnodeid_t cnode, xwidgetnum_t widget, | ||
13 | unsigned long xtalk_addr, size_t size); | ||
14 | extern void hub_pio_init(cnodeid_t cnode); | ||
15 | |||
16 | #endif /* __ASM_SN_HUB_H */ | ||