mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-04 21:57:30 +00:00
team: make local function static
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
baec126cf6
commit
2ea4659943
1 changed files with 3 additions and 3 deletions
|
@ -503,9 +503,9 @@ static bool team_dummy_transmit(struct team *team, struct sk_buff *skb)
|
|||
return false;
|
||||
}
|
||||
|
||||
rx_handler_result_t team_dummy_receive(struct team *team,
|
||||
struct team_port *port,
|
||||
struct sk_buff *skb)
|
||||
static rx_handler_result_t team_dummy_receive(struct team *team,
|
||||
struct team_port *port,
|
||||
struct sk_buff *skb)
|
||||
{
|
||||
return RX_HANDLER_ANOTHER;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue