diff options
Diffstat (limited to 'drivers/net/cxgb4/sge.c')
-rw-r--r-- | drivers/net/cxgb4/sge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/cxgb4/sge.c b/drivers/net/cxgb4/sge.c index 70bf2b2e6001..65d91c4ec9f5 100644 --- a/drivers/net/cxgb4/sge.c +++ b/drivers/net/cxgb4/sge.c | |||
@@ -1471,7 +1471,7 @@ EXPORT_SYMBOL(cxgb4_pktgl_to_skb); | |||
1471 | * Releases the pages of a packet gather list. We do not own the last | 1471 | * Releases the pages of a packet gather list. We do not own the last |
1472 | * page on the list and do not free it. | 1472 | * page on the list and do not free it. |
1473 | */ | 1473 | */ |
1474 | void t4_pktgl_free(const struct pkt_gl *gl) | 1474 | static void t4_pktgl_free(const struct pkt_gl *gl) |
1475 | { | 1475 | { |
1476 | int n; | 1476 | int n; |
1477 | const skb_frag_t *p; | 1477 | const skb_frag_t *p; |