diff options
Diffstat (limited to 'drivers/s390/cio/device.h')
-rw-r--r-- | drivers/s390/cio/device.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/s390/cio/device.h b/drivers/s390/cio/device.h index 4e1775cf9739..2df519bb877e 100644 --- a/drivers/s390/cio/device.h +++ b/drivers/s390/cio/device.h | |||
@@ -110,9 +110,6 @@ void ccw_device_sense_id_start(struct ccw_device *); | |||
110 | void ccw_device_sense_id_done(struct ccw_device *, int); | 110 | void ccw_device_sense_id_done(struct ccw_device *, int); |
111 | 111 | ||
112 | /* Function prototypes for path grouping stuff. */ | 112 | /* Function prototypes for path grouping stuff. */ |
113 | void ccw_device_sense_pgid_start(struct ccw_device *); | ||
114 | void ccw_device_sense_pgid_done(struct ccw_device *, int); | ||
115 | |||
116 | void ccw_device_verify_start(struct ccw_device *); | 113 | void ccw_device_verify_start(struct ccw_device *); |
117 | void ccw_device_verify_done(struct ccw_device *, int); | 114 | void ccw_device_verify_done(struct ccw_device *, int); |
118 | 115 | ||