diff options
author | Sebastian Ott <sebott@linux.vnet.ibm.com> | 2012-10-29 11:50:20 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2012-11-23 05:14:28 -0500 |
commit | 287a0933237a227d1d6508de0ad6425b55a60476 (patch) | |
tree | d4b15f799b6858a07114f85cd1cbdb8e8d5e4259 /drivers/s390/cio/device.h | |
parent | 9368dac4367cd9a61ef75a745c6e26d0dd164172 (diff) |
s390: use ccw_device_get_schid
Let the dasd driver and qdio use ccw_device_get_schid and
get rid of other similar functions.
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.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/s390/cio/device.h b/drivers/s390/cio/device.h index 6bace6942396..2e575cff9845 100644 --- a/drivers/s390/cio/device.h +++ b/drivers/s390/cio/device.h | |||
@@ -142,9 +142,7 @@ int ccw_device_notify(struct ccw_device *, int); | |||
142 | void ccw_device_set_disconnected(struct ccw_device *cdev); | 142 | void ccw_device_set_disconnected(struct ccw_device *cdev); |
143 | void ccw_device_set_notoper(struct ccw_device *cdev); | 143 | void ccw_device_set_notoper(struct ccw_device *cdev); |
144 | 144 | ||
145 | /* qdio needs this. */ | ||
146 | void ccw_device_set_timeout(struct ccw_device *, int); | 145 | void ccw_device_set_timeout(struct ccw_device *, int); |
147 | extern struct subchannel_id ccw_device_get_subchannel_id(struct ccw_device *); | ||
148 | 146 | ||
149 | /* Channel measurement facility related */ | 147 | /* Channel measurement facility related */ |
150 | void retry_set_schib(struct ccw_device *cdev); | 148 | void retry_set_schib(struct ccw_device *cdev); |