summaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/sn/arch.h
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tbogendoerfer@suse.de>2020-01-09 13:33:43 +0100
committerPaul Burton <paulburton@kernel.org>2020-01-09 15:29:54 -0800
commite9d2eb9934816951a9461f1cc94ef5fd88803a64 (patch)
treec01164e9dd3e8c22aeeb52a68240838154765eb5 /arch/mips/include/asm/sn/arch.h
parent58fd034db3a9bdd46052efebc45ffe9f130ea2b9 (diff)
MIPS: SGI-IP27: Move get_nasid() to a IP27 specific file
get_nasid() will be different for SGI-IP35, therefore move IP27 implementation to IP27 specific file. Signed-off-by: Thomas Bogendoerfer <tbogendoerfer@suse.de> Signed-off-by: Paul Burton <paulburton@kernel.org> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: James Hogan <jhogan@kernel.org> Cc: linux-mips@vger.kernel.org Cc: linux-kernel@vger.kernel.org
Diffstat (limited to 'arch/mips/include/asm/sn/arch.h')
-rw-r--r--arch/mips/include/asm/sn/arch.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/include/asm/sn/arch.h b/arch/mips/include/asm/sn/arch.h
index afe9fcf36198..9a9682543e89 100644
--- a/arch/mips/include/asm/sn/arch.h
+++ b/arch/mips/include/asm/sn/arch.h
@@ -25,10 +25,4 @@
#define INVALID_MODULE (moduleid_t)-1
#define INVALID_PARTID (partid_t)-1
-#ifndef __ASSEMBLY__
-
-extern nasid_t get_nasid(void);
-
-#endif
-
#endif /* _ASM_SN_ARCH_H */