Only used in one file. Signed-off-by: Stephen Hemminger --- a/drivers/net/benet/be_main.c 2010-10-21 08:51:43.772014277 -0700 +++ b/drivers/net/benet/be_main.c 2010-10-21 08:51:59.225470145 -0700 @@ -1674,7 +1674,7 @@ static inline bool do_gro(struct be_adap return (tcp_frame && !err) ? true : false; } -int be_poll_rx(struct napi_struct *napi, int budget) +static int be_poll_rx(struct napi_struct *napi, int budget) { struct be_eq_obj *rx_eq = container_of(napi, struct be_eq_obj, napi); struct be_rx_obj *rxo = container_of(rx_eq, struct be_rx_obj, rx_eq); -- 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