From 938569b84bdbe08afc6d4542c51168810b3bbe07 Mon Sep 17 00:00:00 2001
From: Dmitry Osipenko <dmitry.osipenko@collabora.com>
Date: Tue, 2 Nov 2021 17:31:06 +0300
Subject: [PATCH] ARM: Remove pm_power_off

All users of pm_power_off() have been converted to new sys-off API.
Remove deprecated pm_power_off().

Signed-off-by: Dmitry Osipenko <dmitry.osipenko@collabora.com>
---
 arch/arm/kernel/reboot.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/arch/arm/kernel/reboot.c b/arch/arm/kernel/reboot.c
index 2cb943422554e..19176ea0ea37f 100644
--- a/arch/arm/kernel/reboot.c
+++ b/arch/arm/kernel/reboot.c
@@ -15,12 +15,6 @@
 
 typedef void (*phys_reset_t)(unsigned long, bool);
 
-/*
- * Function pointers to optional machine specific functions
- */
-void (*pm_power_off)(void);
-EXPORT_SYMBOL(pm_power_off);
-
 /*
  * A temporary stack to use for CPU reset. This is static so that we
  * don't clobber it with the identity mapping. When running with this
-- 
GitLab