Skip to content

Commit 5506745

Browse files
Vasily Gorbikdavem330
authored andcommitted
s390/ctcm: remove orphaned function declarations
drivers/s390/net/ctcm_fsms.h: fsm_action_nop - only declaration left after commit 0488594 ("ctc: removal of the old ctc driver") drivers/s390/net/ctcm_mpc.h: ctcmpc_open - only declaration left after commit 293d984 ("ctcm: infrastructure for replaced ctc driver") Reviewed-by: Julian Wiedmann <[email protected]> Signed-off-by: Vasily Gorbik <[email protected]> Signed-off-by: Julian Wiedmann <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 378ac80 commit 5506745

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

drivers/s390/net/ctcm_fsms.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ extern const char *ctc_ch_state_names[];
159159

160160
void ctcm_ccw_check_rc(struct channel *ch, int rc, char *msg);
161161
void ctcm_purge_skb_queue(struct sk_buff_head *q);
162-
void fsm_action_nop(fsm_instance *fi, int event, void *arg);
163162

164163
/*
165164
* ----- non-static actions for ctcm channel statemachine -----

drivers/s390/net/ctcm_mpc.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ static inline void ctcmpc_dump32(char *buf, int len)
228228
ctcmpc_dumpit(buf, 32);
229229
}
230230

231-
int ctcmpc_open(struct net_device *);
232231
void ctcm_ccw_check_rc(struct channel *, int, char *);
233232
void mpc_group_ready(unsigned long adev);
234233
void mpc_channel_action(struct channel *ch, int direction, int action);

0 commit comments

Comments
 (0)