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

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>

authored by

Vasily Gorbik and committed by
David S. Miller
55067455 378ac80d

-2
-1
drivers/s390/net/ctcm_fsms.h
··· 159 159 160 160 void ctcm_ccw_check_rc(struct channel *ch, int rc, char *msg); 161 161 void ctcm_purge_skb_queue(struct sk_buff_head *q); 162 - void fsm_action_nop(fsm_instance *fi, int event, void *arg); 163 162 164 163 /* 165 164 * ----- non-static actions for ctcm channel statemachine -----
-1
drivers/s390/net/ctcm_mpc.h
··· 228 228 ctcmpc_dumpit(buf, 32); 229 229 } 230 230 231 - int ctcmpc_open(struct net_device *); 232 231 void ctcm_ccw_check_rc(struct channel *, int, char *); 233 232 void mpc_group_ready(unsigned long adev); 234 233 void mpc_channel_action(struct channel *ch, int direction, int action);