mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 00:44:31 +01:00
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>
This commit is contained in:
parent
80f63fd09e
commit
acbc0437ca
1 changed files with 0 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue