]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
MIPS: Malta: Fix include paths in malta-amon.c
authorDavid Daney <ddaney@avtrex.com>
Sat, 20 Sep 2008 17:16:36 +0000 (10:16 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 20 Nov 2008 19:42:32 +0000 (19:42 +0000)
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>
arch/mips/mti-malta/malta-amon.c

index 96236bf33838a20ef8ab147472adba28faf51bb9..df9e526312a24ce4772cb3a332dcab66c3927a50 100644 (file)
@@ -22,9 +22,9 @@
 #include <linux/init.h>
 #include <linux/smp.h>
 
-#include <asm-mips/addrspace.h>
-#include <asm-mips/mips-boards/launch.h>
-#include <asm-mips/mipsmtregs.h>
+#include <asm/addrspace.h>
+#include <asm/mips-boards/launch.h>
+#include <asm/mipsmtregs.h>
 
 int amon_cpu_avail(int cpu)
 {