summaryrefslogtreecommitdiffstats
path: root/drivers/s390/char/tape_34xx.c
diff options
context:
space:
mode:
authorVineeth Vijayan <vneethv@linux.ibm.com>2020-09-28 21:28:20 +0200
committerHeiko Carstens <hca@linux.ibm.com>2020-12-02 18:19:24 +0100
commit2f6ea6fb88ab9d517644a098fc670b4d5dd1735e (patch)
tree76cd1ca0a1f606b38fac098bdac49b6d3a5cc348 /drivers/s390/char/tape_34xx.c
parents390/cio: remove pm support from eadm-sch drivers (diff)
downloadlinux-2f6ea6fb88ab9d517644a098fc670b4d5dd1735e.tar.xz
linux-2f6ea6fb88ab9d517644a098fc670b4d5dd1735e.zip
s390/tape: remove unsupported PM functions
The power-management related functions are unused since 'commit 394216275c7d ("s390: remove broken hibernate / power management support")'. Remove them from tape drivers. Signed-off-by: Vineeth Vijayan <vneethv@linux.ibm.com> Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'drivers/s390/char/tape_34xx.c')
-rw-r--r--drivers/s390/char/tape_34xx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/s390/char/tape_34xx.c b/drivers/s390/char/tape_34xx.c
index 6d73ee3f827a..7ada994d4592 100644
--- a/drivers/s390/char/tape_34xx.c
+++ b/drivers/s390/char/tape_34xx.c
@@ -1191,7 +1191,6 @@ static struct ccw_driver tape_34xx_driver = {
.remove = tape_generic_remove,
.set_online = tape_34xx_online,
.set_offline = tape_generic_offline,
- .freeze = tape_generic_pm_suspend,
.int_class = IRQIO_TAP,
};