MIPS: Malta: Fix include paths in malta-amon.c

On linux-queue, malta doesn't build after the include file relocation.
This should fix it.

There some occurrences of 'asm-mips' in the comments of quite a few
files, but this is the only place I found it in any code.

Signed-off-by: David Daney <ddaney@avtrex.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by David Daney and committed by Ralf Baechle 9e86786a ee2f6cc7

+3 -3
+3 -3
arch/mips/mti-malta/malta-amon.c
··· 22 #include <linux/init.h> 23 #include <linux/smp.h> 24 25 - #include <asm-mips/addrspace.h> 26 - #include <asm-mips/mips-boards/launch.h> 27 - #include <asm-mips/mipsmtregs.h> 28 29 int amon_cpu_avail(int cpu) 30 {
··· 22 #include <linux/init.h> 23 #include <linux/smp.h> 24 25 + #include <asm/addrspace.h> 26 + #include <asm/mips-boards/launch.h> 27 + #include <asm/mipsmtregs.h> 28 29 int amon_cpu_avail(int cpu) 30 {