From 22f20a110321efb7cde3e87ae99862e1036ca285 Mon Sep 17 00:00:00 2001 From: Paul Burton Date: Thu, 9 Aug 2018 14:43:42 -0700 Subject: MIPS: Remove remnants of UASM_ISA Commit 33679a50370d ("MIPS: uasm: Remove needless ISA abstraction") removed use of the MIPS_ISA preprocessor macro, but left a couple of unused definitions of it behind. Remove the dead code. Signed-off-by: Paul Burton --- arch/mips/mm/uasm-micromips.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/mips/mm/uasm-micromips.c') diff --git a/arch/mips/mm/uasm-micromips.c b/arch/mips/mm/uasm-micromips.c index 9bb6baa45da3..24e5b0d06899 100644 --- a/arch/mips/mm/uasm-micromips.c +++ b/arch/mips/mm/uasm-micromips.c @@ -19,7 +19,6 @@ #include #include #include -#define UASM_ISA _UASM_ISA_MICROMIPS #include #define RS_MASK 0x1f -- cgit v1.2.3