MIPS: Remove not used 8250-platform.c
authorTiezhu Yang <yangtiezhu@loongson.cn>
Sat, 16 May 2020 02:15:49 +0000 (10:15 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Sun, 17 May 2020 08:25:26 +0000 (10:25 +0200)
commitd9a51fd594d8034be49060dd8438f6315754cc8e
treead0635d1a643d3552485e08f2676069c0181a1dc
parenta44de7497f91834df0b8b6d459e259788ba66794
MIPS: Remove not used 8250-platform.c

When CONFIG_HAVE_STD_PC_SERIAL_PORT is set, there exists build errors
of 8250-platform.c due to linux/module.h is not included.

CONFIG_HAVE_STD_PC_SERIAL_PORT is not used in arch/mips for many years,
8250-platform.c is also not built and used, so it is not necessary to
fix the build errors, just remove the not used file 8250-platform.c and
the related code in Kconfig and Makefile.

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/Kconfig
arch/mips/kernel/8250-platform.c [deleted file]
arch/mips/kernel/Makefile