diff options
Diffstat (limited to 'drivers/s390/cio/css.h')
-rw-r--r-- | drivers/s390/cio/css.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/s390/cio/css.h b/drivers/s390/cio/css.h index 4c2ff8336288..da73453fa54b 100644 --- a/drivers/s390/cio/css.h +++ b/drivers/s390/cio/css.h | |||
@@ -171,6 +171,7 @@ void device_trigger_reprobe(struct subchannel *); | |||
171 | /* Helper functions for vary on/off. */ | 171 | /* Helper functions for vary on/off. */ |
172 | int device_is_online(struct subchannel *); | 172 | int device_is_online(struct subchannel *); |
173 | void device_kill_io(struct subchannel *); | 173 | void device_kill_io(struct subchannel *); |
174 | int device_trigger_verify(struct subchannel *sch); | ||
174 | 175 | ||
175 | /* Machine check helper function. */ | 176 | /* Machine check helper function. */ |
176 | void device_kill_pending_timer(struct subchannel *); | 177 | void device_kill_pending_timer(struct subchannel *); |