diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-03-01 05:47:23 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-03-04 14:02:36 -0500 |
commit | ca471c86043f4a8b01cba02ba2d3431fddcaf606 (patch) | |
tree | 4882569e350b80dc0510462ef17f6eade6f7508b /arch | |
parent | 12e4396bf0b1cd62c9d71a06596914c7efa7dbaf (diff) |
[MIPS] DEC: Remove redeclarations of mips_machgroup and mips_machtype.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/dec/prom/identify.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/dec/prom/identify.c b/arch/mips/dec/prom/identify.c index c4e3c1ea0d48..cd85924e2572 100644 --- a/arch/mips/dec/prom/identify.c +++ b/arch/mips/dec/prom/identify.c | |||
@@ -26,9 +26,6 @@ | |||
26 | 26 | ||
27 | #include "dectypes.h" | 27 | #include "dectypes.h" |
28 | 28 | ||
29 | extern unsigned long mips_machgroup; | ||
30 | extern unsigned long mips_machtype; | ||
31 | |||
32 | static const char *dec_system_strings[] = { | 29 | static const char *dec_system_strings[] = { |
33 | [MACH_DSUNKNOWN] "unknown DECstation", | 30 | [MACH_DSUNKNOWN] "unknown DECstation", |
34 | [MACH_DS23100] "DECstation 2100/3100", | 31 | [MACH_DS23100] "DECstation 2100/3100", |