summaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio/device.h
diff options
context:
space:
mode:
authorSebastian Ott <sebott@linux.vnet.ibm.com>2015-10-26 12:38:13 +0100
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2015-10-27 09:34:44 +0100
commitef12cb904e096335ef179bfe30e637a9c2464343 (patch)
treea7c287908667bbcb3dbd3aafc50e468252090141 /drivers/s390/cio/device.h
parent8421d212e831cb03ba65bada57a733ad875286bf (diff)
downloadlinux-stable-ef12cb904e096335ef179bfe30e637a9c2464343.tar.gz
linux-stable-ef12cb904e096335ef179bfe30e637a9c2464343.tar.bz2
linux-stable-ef12cb904e096335ef179bfe30e637a9c2464343.zip
s390/cio: move ccw_device_stlck functions
device_ops.c should only contain functions that are called by ccw device drivers. Move the cio internal functions that handle unconditional reserve + release to device_pgid.c Acked-by: Peter Oberparleiter <oberpar@linux.vnet.ibm.com> Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/s390/cio/device.h')
-rw-r--r--drivers/s390/cio/device.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/s390/cio/device.h b/drivers/s390/cio/device.h
index 23c1e19776d8..065b1be98e2c 100644
--- a/drivers/s390/cio/device.h
+++ b/drivers/s390/cio/device.h
@@ -125,9 +125,6 @@ void ccw_device_verify_done(struct ccw_device *, int);
void ccw_device_disband_start(struct ccw_device *);
void ccw_device_disband_done(struct ccw_device *, int);
-void ccw_device_stlck_start(struct ccw_device *, void *, void *, void *);
-void ccw_device_stlck_done(struct ccw_device *, void *, int);
-
int ccw_device_stlck(struct ccw_device *);
/* Helper function for machine check handling. */