]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
s390: cio: remove redundant cio_cancel declaration
authorDong Jia Shi <bjsdjshi@linux.vnet.ibm.com>
Mon, 8 Aug 2016 02:27:15 +0000 (04:27 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 24 Aug 2016 07:23:56 +0000 (09:23 +0200)
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>
drivers/s390/cio/cio.h

index 93de0b46b4899e267fb3b4866c8a6c098733c22f..f0e57aefb5f29e7fb5b35c67ba45da3d67465210 100644 (file)
@@ -127,7 +127,6 @@ extern int cio_resume (struct subchannel *);
 extern int cio_halt (struct subchannel *);
 extern int cio_start (struct subchannel *, struct ccw1 *, __u8);
 extern int cio_start_key (struct subchannel *, struct ccw1 *, __u8, __u8);
-extern int cio_cancel (struct subchannel *);
 extern int cio_set_options (struct subchannel *, int);
 extern int cio_update_schib(struct subchannel *sch);
 extern int cio_commit_config(struct subchannel *sch);