Skip to content

Commit

Permalink
s390/ctcm: remove orphaned function declarations
Browse files Browse the repository at this point in the history
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 <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>
  • Loading branch information
Vasily Gorbik authored and David S. Miller committed Oct 2, 2020
1 parent 378ac80 commit 5506745
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion drivers/s390/net/ctcm_fsms.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ extern const char *ctc_ch_state_names[];

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

/*
* ----- non-static actions for ctcm channel statemachine -----
Expand Down
1 change: 0 additions & 1 deletion drivers/s390/net/ctcm_mpc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5506745

Please sign in to comment.