]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbeab775129f077e5c72fa48510e15ffa5d7f5c60
treead0635d1a643d3552485e08f2676069c0181a1dc
parentcc44ec629a6331c02c8195b7d200a96684466868
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