diff options
Diffstat (limited to 'drivers/s390/char/raw3270.h')
-rw-r--r-- | drivers/s390/char/raw3270.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/s390/char/raw3270.h b/drivers/s390/char/raw3270.h index 7b73ff8c1bd7..e1e41c2861fb 100644 --- a/drivers/s390/char/raw3270.h +++ b/drivers/s390/char/raw3270.h | |||
@@ -173,6 +173,7 @@ int raw3270_start_locked(struct raw3270_view *, struct raw3270_request *); | |||
173 | int raw3270_start_irq(struct raw3270_view *, struct raw3270_request *); | 173 | int raw3270_start_irq(struct raw3270_view *, struct raw3270_request *); |
174 | int raw3270_reset(struct raw3270_view *); | 174 | int raw3270_reset(struct raw3270_view *); |
175 | struct raw3270_view *raw3270_view(struct raw3270_view *); | 175 | struct raw3270_view *raw3270_view(struct raw3270_view *); |
176 | int raw3270_view_active(struct raw3270_view *); | ||
176 | 177 | ||
177 | /* Reference count inliner for view structures. */ | 178 | /* Reference count inliner for view structures. */ |
178 | static inline void | 179 | static inline void |
@@ -190,7 +191,7 @@ raw3270_put_view(struct raw3270_view *view) | |||
190 | wake_up(&raw3270_wait_queue); | 191 | wake_up(&raw3270_wait_queue); |
191 | } | 192 | } |
192 | 193 | ||
193 | struct raw3270 *raw3270_setup_console(struct ccw_device *cdev); | 194 | struct raw3270 *raw3270_setup_console(void); |
194 | void raw3270_wait_cons_dev(struct raw3270 *); | 195 | void raw3270_wait_cons_dev(struct raw3270 *); |
195 | 196 | ||
196 | /* Notifier for device addition/removal */ | 197 | /* Notifier for device addition/removal */ |