Fixes: 23a33bdadda9 ("j1939: transport: add j1939_xtp_rx_rts_new() function") Signed-off-by: kbuild test robot <lkp@xxxxxxxxx> --- transport.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/can/j1939/transport.c b/net/can/j1939/transport.c index 0aade65..816456c 100644 --- a/net/can/j1939/transport.c +++ b/net/can/j1939/transport.c @@ -949,8 +949,8 @@ static int j1939_session_insert(struct j1939_session *session) } -struct j1939_session *j1939_xtp_rx_rts_new(struct j1939_priv *priv, - struct sk_buff *skb, bool extd) +static struct j1939_session *j1939_xtp_rx_rts_new(struct j1939_priv *priv, + struct sk_buff *skb, bool extd) { enum j1939_xtp_abort abort = J1939_XTP_ABORT_NO_ERROR; struct j1939_session *session;