| Submitter | stephen hemminger |
|---|---|
| Date | Oct. 21, 2010, 5:50 p.m. |
| Message ID | <20101021175148.226174821@vyatta.com> |
| Download | mbox | patch |
| Permalink | /patch/68742/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
--- 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);
Only used in one file. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> -- 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