On Sat, May 16, 2020 at 10:15:49AM +0800, Tiezhu Yang wrote: > 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 <[email protected]> > --- > > v2: > - No changes > > v3: > - Remove not used 8250-platform.c > > arch/mips/Kconfig | 3 --- > arch/mips/kernel/8250-platform.c | 46 > ---------------------------------------- > arch/mips/kernel/Makefile | 2 -- > 3 files changed, 51 deletions(-) > delete mode 100644 arch/mips/kernel/8250-platform.c
applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]

