diff options
Diffstat (limited to 'drivers/net/bnx2.h')
-rw-r--r-- | drivers/net/bnx2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bnx2.h b/drivers/net/bnx2.h index f459fb2f9add..0132ea959995 100644 --- a/drivers/net/bnx2.h +++ b/drivers/net/bnx2.h | |||
@@ -6759,7 +6759,7 @@ struct bnx2 { | |||
6759 | u32 tx_wake_thresh; | 6759 | u32 tx_wake_thresh; |
6760 | 6760 | ||
6761 | #ifdef BCM_CNIC | 6761 | #ifdef BCM_CNIC |
6762 | struct cnic_ops *cnic_ops; | 6762 | struct cnic_ops __rcu *cnic_ops; |
6763 | void *cnic_data; | 6763 | void *cnic_data; |
6764 | #endif | 6764 | #endif |
6765 | 6765 | ||