diff options
author | Ralf Baechle | 2007-10-12 00:46:08 +0200 |
---|---|---|
committer | Ralf Baechle | 2007-10-12 00:46:08 +0200 |
commit | 05dc8c02bf40090e9ed23932b1980ead48eb8870 (patch) | |
tree | ebf34c90f31b52e1a0c1e6185a50a1470c1b3677 /arch/mips/philips/pnx8550/stb810 | |
parent | [MIPS] ARC: Convert mach_table[] to ISO C initializers. (diff) | |
download | kernel-qcow2-linux-05dc8c02bf40090e9ed23932b1980ead48eb8870.tar.gz kernel-qcow2-linux-05dc8c02bf40090e9ed23932b1980ead48eb8870.tar.xz kernel-qcow2-linux-05dc8c02bf40090e9ed23932b1980ead48eb8870.zip |
[MIPS] ARC: Get rid of mips_machgroup
This has not been any serious user of this ill conceived thing since the
original invention in like '95.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/philips/pnx8550/stb810')
-rw-r--r-- | arch/mips/philips/pnx8550/stb810/prom_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/philips/pnx8550/stb810/prom_init.c b/arch/mips/philips/pnx8550/stb810/prom_init.c index ea5b4e0fb47d..fdb33ed089b9 100644 --- a/arch/mips/philips/pnx8550/stb810/prom_init.c +++ b/arch/mips/philips/pnx8550/stb810/prom_init.c @@ -41,7 +41,6 @@ void __init prom_init(void) prom_init_cmdline(); - mips_machgroup = MACH_GROUP_PHILIPS; mips_machtype = MACH_PHILIPS_STB810; memsize = 0x08000000; /* Trimedia uses memory above */ |