Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ea46599 authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller
Browse files

team: make local function static

parent baec126c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -503,7 +503,7 @@ static bool team_dummy_transmit(struct team *team, struct sk_buff *skb)
	return false;
}

rx_handler_result_t team_dummy_receive(struct team *team,
static rx_handler_result_t team_dummy_receive(struct team *team,
					      struct team_port *port,
					      struct sk_buff *skb)
{