diff options
author | Jiaxun Yang <jiaxun.yang@flygoat.com> | 2019-10-20 18:01:35 +0300 |
---|---|---|
committer | Paul Burton <paulburton@kernel.org> | 2019-11-02 00:31:28 +0300 |
commit | 1bdb7b76705a38936e9875950587ea91c9ec0a98 (patch) | |
tree | e1a0946643e6dcee33b9f64736bda0dd78b6ffb3 /arch/mips/include/asm/bootinfo.h | |
parent | 5831fdb099ddeec9849658cd534fdcbb03aa6ff9 (diff) | |
download | linux-1bdb7b76705a38936e9875950587ea91c9ec0a98.tar.xz |
MIPS: Loongson64: Cleanup unused code
Clean up legacy code after stripping out Loongson2ef code.
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Paul Burton <paulburton@kernel.org>
Cc: linux-mips@vger.kernel.org
Cc: paul.burton@mips.com
Diffstat (limited to 'arch/mips/include/asm/bootinfo.h')
-rw-r--r-- | arch/mips/include/asm/bootinfo.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/include/asm/bootinfo.h b/arch/mips/include/asm/bootinfo.h index a9250f5c964f..d41a5057bc69 100644 --- a/arch/mips/include/asm/bootinfo.h +++ b/arch/mips/include/asm/bootinfo.h @@ -61,7 +61,7 @@ /* * Valid machtype for Loongson family */ -enum loongson_machine_type { +enum loongson2ef_machine_type { MACH_LOONGSON_UNKNOWN, MACH_LEMOTE_FL2E, MACH_LEMOTE_FL2F, @@ -70,7 +70,6 @@ enum loongson_machine_type { MACH_DEXXON_GDIUM2F10, MACH_LEMOTE_NAS, MACH_LEMOTE_LL2F, - MACH_LOONGSON_GENERIC, MACH_LOONGSON_END }; |