diff options
author | Vineeth Vijayan <vneethv@linux.ibm.com> | 2020-03-30 14:36:57 +0200 |
---|---|---|
committer | Heiko Carstens <hca@linux.ibm.com> | 2020-12-02 18:19:24 +0100 |
commit | 1cf69b7b51d79eff839c8945cd909e13600f81c7 (patch) | |
tree | b138b7b9e86ff549dcb70a34cad2dd9a857c4c30 /drivers/s390/char/raw3270.h | |
parent | s390/dasd: remove unused pm related functions (diff) | |
download | linux-1cf69b7b51d79eff839c8945cd909e13600f81c7.tar.xz linux-1cf69b7b51d79eff839c8945cd909e13600f81c7.zip |
s390: remove pm support from console drivers
The power-management functions are unused since the
'commit 394216275c7d ("s390: remove broken hibernate / power management
support")'. Remove the unsued pm functions from the console drivers.
Signed-off-by: Vineeth Vijayan <vneethv@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'drivers/s390/char/raw3270.h')
-rw-r--r-- | drivers/s390/char/raw3270.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/s390/char/raw3270.h b/drivers/s390/char/raw3270.h index 8d979e0ee605..c6645167cd2b 100644 --- a/drivers/s390/char/raw3270.h +++ b/drivers/s390/char/raw3270.h @@ -199,7 +199,6 @@ struct raw3270_notifier { int raw3270_register_notifier(struct raw3270_notifier *); void raw3270_unregister_notifier(struct raw3270_notifier *); -void raw3270_pm_unfreeze(struct raw3270_view *); /* * Little memory allocator for string objects. |