All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix include paths in malta-amon.c
@ 2008-09-20 17:16 David Daney
  2008-10-12 12:53 ` Adrian Bunk
  2008-10-15 14:38 ` Ralf Baechle
  0 siblings, 2 replies; 6+ messages in thread
From: David Daney @ 2008-09-20 17:16 UTC (permalink / raw)
  To: linux-mips


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>
---
 arch/mips/mti-malta/malta-amon.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/mips/mti-malta/malta-amon.c b/arch/mips/mti-malta/malta-amon.c
index 96236bf..df9e526 100644
--- a/arch/mips/mti-malta/malta-amon.c
+++ b/arch/mips/mti-malta/malta-amon.c
@@ -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)
 {
-- 
1.5.5.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-11-18 12:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-20 17:16 [PATCH] Fix include paths in malta-amon.c David Daney
2008-10-12 12:53 ` Adrian Bunk
2008-10-15 14:38 ` Ralf Baechle
2008-10-31 12:56   ` Dmitri Vorobiev
2008-11-07 23:37     ` Dmitri Vorobiev
2008-11-18 12:58       ` Dmitri Vorobiev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.