Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-17 | MIPS: Remove not used 8250-platform.c | Tiezhu Yang | 1 | -46/+0 | |
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> | |||||
2011-10-31 | mips: remove needless include of module.h from core kernel files. | Paul Gortmaker | 1 | -1/+0 | |
None of these files are using modular infrastructure, and build tests reveal that none of these files are really relying on any implicit inclusions via. module.h either. So delete them. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> | |||||
2007-07-10 | [MIPS] Put an end to <asm/serial.h>'s long and annyoing existence | Ralf Baechle | 1 | -0/+47 | |
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> |