[PATCH 9/9] s390/idle: Remove psw_idle() prototype

Heiko Carstens posted 9 patches 1 month, 1 week ago
[PATCH 9/9] s390/idle: Remove psw_idle() prototype
Posted by Heiko Carstens 1 month, 1 week ago
psw_idle() does not exist anymore. Remove its prototype.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
---
 arch/s390/include/asm/idle.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/s390/include/asm/idle.h b/arch/s390/include/asm/idle.h
index 8c5aa7329461..32536ee34aa0 100644
--- a/arch/s390/include/asm/idle.h
+++ b/arch/s390/include/asm/idle.h
@@ -24,6 +24,4 @@ DECLARE_PER_CPU(struct s390_idle_data, s390_idle);
 extern struct device_attribute dev_attr_idle_count;
 extern struct device_attribute dev_attr_idle_time_us;
 
-void psw_idle(struct s390_idle_data *data, unsigned long psw_mask);
-
 #endif /* _S390_IDLE_H */
-- 
2.51.0
Re: [PATCH 9/9] s390/idle: Remove psw_idle() prototype
Posted by Frederic Weisbecker 4 weeks, 1 day ago
Le Wed, Feb 18, 2026 at 03:20:12PM +0100, Heiko Carstens a écrit :
> psw_idle() does not exist anymore. Remove its prototype.
> 
> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>

Reviewed-by: Frederic Weisbecker <frederic@kernel.org>

-- 
Frederic Weisbecker
SUSE Labs