diff options
| author | Heiko Carstens <hca@linux.ibm.com> | 2026-02-18 15:20:12 +0100 |
|---|---|---|
| committer | Vasily Gorbik <gor@linux.ibm.com> | 2026-02-25 16:46:07 +0100 |
| commit | acbc0437ca3cf6c19005476a4f1f5a7c96ff4256 (patch) | |
| tree | 368b6126a9d2313ca5c2538940acb4845e2b3216 | |
| parent | 80f63fd09efe9d9c016fd6378116eb7394edd2f2 (diff) | |
| download | linux-acbc0437ca3cf6c19005476a4f1f5a7c96ff4256.tar.gz linux-acbc0437ca3cf6c19005476a4f1f5a7c96ff4256.zip | |
s390/idle: Remove psw_idle() prototype
psw_idle() does not exist anymore. Remove its prototype.
Reviewed-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
| -rw-r--r-- | arch/s390/include/asm/idle.h | 2 |
1 files changed, 0 insertions, 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 */ |
