diff options
Diffstat (limited to 'drivers/s390/cio/css.h')
-rw-r--r-- | drivers/s390/cio/css.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/cio/css.h b/drivers/s390/cio/css.h index fe84b92cde60..e05525d53ea5 100644 --- a/drivers/s390/cio/css.h +++ b/drivers/s390/cio/css.h | |||
@@ -151,7 +151,7 @@ int sch_is_pseudo_sch(struct subchannel *); | |||
151 | struct schib; | 151 | struct schib; |
152 | int css_sch_is_valid(struct schib *); | 152 | int css_sch_is_valid(struct schib *); |
153 | 153 | ||
154 | extern struct workqueue_struct *slow_path_wq; | 154 | extern struct workqueue_struct *cio_work_q; |
155 | void css_wait_for_slow_path(void); | 155 | void css_wait_for_slow_path(void); |
156 | void css_sched_sch_todo(struct subchannel *sch, enum sch_todo todo); | 156 | void css_sched_sch_todo(struct subchannel *sch, enum sch_todo todo); |
157 | #endif | 157 | #endif |