summaryrefslogtreecommitdiff
path: root/drivers/s390/net/ctcm_mpc.h
diff options
context:
space:
mode:
authorVasily Gorbik <gor@linux.ibm.com>2020-10-01 20:11:36 +0300
committerDavid S. Miller <davem@davemloft.net>2020-10-03 02:22:49 +0300
commit5506745537e716abb8170e375f3ed9d6c57db2ce (patch)
tree5d1d8feec193940244b66e6068d37fdd0764bcde /drivers/s390/net/ctcm_mpc.h
parent378ac80d7f4909cd0a1cce706356d0dfbee08621 (diff)
downloadlinux-5506745537e716abb8170e375f3ed9d6c57db2ce.tar.xz
s390/ctcm: remove orphaned function declarations
drivers/s390/net/ctcm_fsms.h: fsm_action_nop - only declaration left after commit 04885948b101 ("ctc: removal of the old ctc driver") drivers/s390/net/ctcm_mpc.h: ctcmpc_open - only declaration left after commit 293d984f0e36 ("ctcm: infrastructure for replaced ctc driver") Reviewed-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com> Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/s390/net/ctcm_mpc.h')
-rw-r--r--drivers/s390/net/ctcm_mpc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/s390/net/ctcm_mpc.h b/drivers/s390/net/ctcm_mpc.h
index 441d7b211f0f..da41b26f76d1 100644
--- a/drivers/s390/net/ctcm_mpc.h
+++ b/drivers/s390/net/ctcm_mpc.h
@@ -228,7 +228,6 @@ static inline void ctcmpc_dump32(char *buf, int len)
ctcmpc_dumpit(buf, 32);
}
-int ctcmpc_open(struct net_device *);
void ctcm_ccw_check_rc(struct channel *, int, char *);
void mpc_group_ready(unsigned long adev);
void mpc_channel_action(struct channel *ch, int direction, int action);