Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

s390: cio: remove redundant cio_cancel declaration

cio_cancel was declared twice. Remove one of them.

Signed-off-by: Dong Jia Shi <bjsdjshi@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

authored by

Dong Jia Shi and committed by
Martin Schwidefsky
6c295885 47e4d851

-1
-1
drivers/s390/cio/cio.h
··· 127 127 extern int cio_halt (struct subchannel *); 128 128 extern int cio_start (struct subchannel *, struct ccw1 *, __u8); 129 129 extern int cio_start_key (struct subchannel *, struct ccw1 *, __u8, __u8); 130 - extern int cio_cancel (struct subchannel *); 131 130 extern int cio_set_options (struct subchannel *, int); 132 131 extern int cio_update_schib(struct subchannel *sch); 133 132 extern int cio_commit_config(struct subchannel *sch);