diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-01-18 18:26:43 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-02-07 08:30:22 -0500 |
commit | 11ed6d5bb01c5f347fd5c47e0005f06687c66f1f (patch) | |
tree | 868463de2ab1cca80911108e72cc383a7771a412 /arch/mips/cobalt/setup.c | |
parent | fcdb27ad1d5c66611d3df6400a9b559186f266fe (diff) |
[MIPS] Rename include/asm-mips/cobalt to include/asm-mips/mach-cobalt.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/cobalt/setup.c')
-rw-r--r-- | arch/mips/cobalt/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/cobalt/setup.c b/arch/mips/cobalt/setup.c index f9cf1554b234..050685b87a3c 100644 --- a/arch/mips/cobalt/setup.c +++ b/arch/mips/cobalt/setup.c | |||
@@ -26,7 +26,7 @@ | |||
26 | #include <asm/gt64120.h> | 26 | #include <asm/gt64120.h> |
27 | #include <asm/serial.h> | 27 | #include <asm/serial.h> |
28 | 28 | ||
29 | #include <asm/cobalt/cobalt.h> | 29 | #include <asm/mach-cobalt/cobalt.h> |
30 | 30 | ||
31 | extern void cobalt_machine_restart(char *command); | 31 | extern void cobalt_machine_restart(char *command); |
32 | extern void cobalt_machine_halt(void); | 32 | extern void cobalt_machine_halt(void); |