Message ID | 20230726125131.462257-1-keguang.zhang@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | MIPS: loongson32: Remove obsolete header files | expand |
On Wed, Jul 26, 2023 at 08:51:29PM +0800, Keguang Zhang wrote: > No one is using regs-clk.h and regs-rtc.h. > Therefore, remove these obsolete header files. > > Changelog > V1 -> V2: fix the build error of "‘LS1X_RTC_CTRL’ undeclared" > > Keguang Zhang (2): > MIPS: loongson32: Remove regs-clk.h > MIPS: loongson32: Remove regs-rtc.h > > .../include/asm/mach-loongson32/loongson1.h | 2 - > .../include/asm/mach-loongson32/regs-clk.h | 81 ------------------- > .../include/asm/mach-loongson32/regs-rtc.h | 19 ----- > arch/mips/loongson32/common/platform.c | 8 -- > 4 files changed, 110 deletions(-) > delete mode 100644 arch/mips/include/asm/mach-loongson32/regs-clk.h > delete mode 100644 arch/mips/include/asm/mach-loongson32/regs-rtc.h series applied to mips-next. Thomas.