diff options
-rw-r--r-- | arch/mips/mti-malta/malta-reset.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/mti-malta/malta-reset.c b/arch/mips/mti-malta/malta-reset.c index 329420536241..791101216cc2 100644 --- a/arch/mips/mti-malta/malta-reset.c +++ b/arch/mips/mti-malta/malta-reset.c | |||
@@ -27,7 +27,9 @@ | |||
27 | 27 | ||
28 | #include <asm/io.h> | 28 | #include <asm/io.h> |
29 | #include <asm/reboot.h> | 29 | #include <asm/reboot.h> |
30 | #include <asm/mips-boards/generic.h> | 30 | |
31 | #define SOFTRES_REG 0x1f000500 | ||
32 | #define GORESET 0x42 | ||
31 | 33 | ||
32 | static void mips_machine_restart(char *command) | 34 | static void mips_machine_restart(char *command) |
33 | { | 35 | { |