提交 9e86786a 编写于 作者: D David Daney 提交者: Ralf Baechle

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: NDavid Daney <ddaney@avtrex.com>
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 ee2f6cc7
...@@ -22,9 +22,9 @@ ...@@ -22,9 +22,9 @@
#include <linux/init.h> #include <linux/init.h>
#include <linux/smp.h> #include <linux/smp.h>
#include <asm-mips/addrspace.h> #include <asm/addrspace.h>
#include <asm-mips/mips-boards/launch.h> #include <asm/mips-boards/launch.h>
#include <asm-mips/mipsmtregs.h> #include <asm/mipsmtregs.h>
int amon_cpu_avail(int cpu) int amon_cpu_avail(int cpu)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册