summaryrefslogtreecommitdiff
path: root/drivers/s390/char/tape.h
diff options
context:
space:
mode:
authorVineeth Vijayan <vneethv@linux.ibm.com>2020-09-28 22:28:20 +0300
committerHeiko Carstens <hca@linux.ibm.com>2020-12-02 20:19:24 +0300
commit2f6ea6fb88ab9d517644a098fc670b4d5dd1735e (patch)
tree76cd1ca0a1f606b38fac098bdac49b6d3a5cc348 /drivers/s390/char/tape.h
parent6b532eec75ef2b470a38aeda6479da8689ce7f69 (diff)
downloadlinux-2f6ea6fb88ab9d517644a098fc670b4d5dd1735e.tar.xz
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.h')
-rw-r--r--drivers/s390/char/tape.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/s390/char/tape.h b/drivers/s390/char/tape.h
index e2c60475dfa8..4e5d5efa978f 100644
--- a/drivers/s390/char/tape.h
+++ b/drivers/s390/char/tape.h
@@ -264,7 +264,6 @@ extern void tape_state_set(struct tape_device *, enum tape_state);
extern int tape_generic_online(struct tape_device *, struct tape_discipline *);
extern int tape_generic_offline(struct ccw_device *);
-extern int tape_generic_pm_suspend(struct ccw_device *);
/* Externals from tape_devmap.c */
extern int tape_generic_probe(struct ccw_device *);