Signed-off-by: Stephen Hemminger --- a/drivers/net/team/team.c 2013-03-06 15:30:50.195924953 -0800 +++ b/drivers/net/team/team.c 2013-03-08 10:34:45.446144458 -0800 @@ -503,9 +503,9 @@ static bool team_dummy_transmit(struct t 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; } -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html