diff options
Diffstat (limited to 'drivers/s390/cio/cio.h')
-rw-r--r-- | drivers/s390/cio/cio.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/s390/cio/cio.h b/drivers/s390/cio/cio.h index d62f5e7f3cf1..d42f67412bd8 100644 --- a/drivers/s390/cio/cio.h +++ b/drivers/s390/cio/cio.h | |||
@@ -121,9 +121,6 @@ extern int cio_commit_config(struct subchannel *sch); | |||
121 | int cio_tm_start_key(struct subchannel *sch, struct tcw *tcw, u8 lpm, u8 key); | 121 | int cio_tm_start_key(struct subchannel *sch, struct tcw *tcw, u8 lpm, u8 key); |
122 | int cio_tm_intrg(struct subchannel *sch); | 122 | int cio_tm_intrg(struct subchannel *sch); |
123 | 123 | ||
124 | void do_adapter_IO(u8 isc); | ||
125 | void do_IRQ(struct pt_regs *); | ||
126 | |||
127 | /* Use with care. */ | 124 | /* Use with care. */ |
128 | #ifdef CONFIG_CCW_CONSOLE | 125 | #ifdef CONFIG_CCW_CONSOLE |
129 | extern struct subchannel *cio_probe_console(void); | 126 | extern struct subchannel *cio_probe_console(void); |