aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/bnx2.h')
-rw-r--r--drivers/net/bnx2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/bnx2.h b/drivers/net/bnx2.h
index a4d83409f205..4908b9f74260 100644
--- a/drivers/net/bnx2.h
+++ b/drivers/net/bnx2.h
@@ -6559,6 +6559,7 @@ struct sw_pg {
6559 6559
6560struct sw_tx_bd { 6560struct sw_tx_bd {
6561 struct sk_buff *skb; 6561 struct sk_buff *skb;
6562 DECLARE_PCI_UNMAP_ADDR(mapping)
6562 unsigned short is_gso; 6563 unsigned short is_gso;
6563 unsigned short nr_frags; 6564 unsigned short nr_frags;
6564}; 6565};