James Hogan ccf85c7442 MIPS: mm: Fix duplicate "const" on insn_table_MM
Fix the following gcc 7.x build error on microMIPS builds:

arch/mips/mm/uasm-micromips.c:43:26: error: duplicate ‘const’ declaration specifier [-Werror=duplicate-decl-specifier]
 static const struct insn const insn_table_MM[insn_invalid] = {
                          ^~~~~

The same issue has already been fixed in uasm-mips by commit
00e06297b351 ("MIPS: mm: remove duplicate "const" qualifier on
insn_table").

Signed-off-by: James Hogan <jhogan@kernel.org>
Fixes: ce807d5f67ed ("MIPS: Optimize uasm insn lookup.")
Cc: David Daney <david.daney@cavium.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/17889/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2018-01-10 16:47:55 +01:00
..
2017-11-15 11:36:08 -08:00
2017-11-15 11:36:08 -08:00
2017-11-15 11:36:08 -08:00
2017-11-15 11:36:08 -08:00
2016-08-03 08:16:30 +02:00
2017-11-15 11:36:08 -08:00
2017-01-25 02:51:11 +01:00
2017-11-15 11:36:08 -08:00
2018-01-10 16:47:25 +01:00
2017-11-15 11:36:08 -08:00
2017-11-15 11:36:08 -08:00
2017-11-15 11:36:08 -08:00
2017-11-03 09:02:30 -07:00
2017-04-10 11:56:07 +02:00