MIPS: Loongson32: Remove reset.c
authorKeguang Zhang <keguang.zhang@gmail.com>
Thu, 11 May 2023 12:06:48 +0000 (20:06 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 23 May 2023 08:48:30 +0000 (10:48 +0200)
commit1004be040f46790271516a1e1560014f97cc3ebd
tree35db10af4944f8501fc3ccd8812c30cab7242e5d
parent745b7908ecdbec3a3077cd770264c59cdc0efdfd
MIPS: Loongson32: Remove reset.c

Commit 2a31bf20808a ("watchdog: loongson1_wdt: Implement restart handler")
implmented .restart ops, Then, _machine_restart is no longer needed.
The _machine_halt and pm_power_off are also unnecessary,
which contain no hardware operations.

Therefore, remove the entire reset.c and related header file.
Update the Makefile accordingly.

Signed-off-by: Keguang Zhang <keguang.zhang@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/include/asm/mach-loongson32/loongson1.h
arch/mips/include/asm/mach-loongson32/regs-wdt.h [deleted file]
arch/mips/loongson32/common/Makefile
arch/mips/loongson32/common/reset.c [deleted file]