summaryrefslogtreecommitdiff
path: root/arch/mips/loongson32/common/Makefile
diff options
context:
space:
mode:
authorKeguang Zhang <keguang.zhang@gmail.com>2023-05-11 20:06:48 +0800
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2023-05-23 10:48:30 +0200
commit1004be040f46790271516a1e1560014f97cc3ebd (patch)
tree35db10af4944f8501fc3ccd8812c30cab7242e5d /arch/mips/loongson32/common/Makefile
parent745b7908ecdbec3a3077cd770264c59cdc0efdfd (diff)
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>
Diffstat (limited to 'arch/mips/loongson32/common/Makefile')
-rw-r--r--arch/mips/loongson32/common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/loongson32/common/Makefile b/arch/mips/loongson32/common/Makefile
index 7b49c8260706..f3950d308187 100644
--- a/arch/mips/loongson32/common/Makefile
+++ b/arch/mips/loongson32/common/Makefile
@@ -3,4 +3,4 @@
# Makefile for common code of loongson1 based machines.
#
-obj-y += time.o irq.o platform.o prom.o reset.o setup.o
+obj-y += time.o irq.o platform.o prom.o setup.o