ethernet: constify references to netdev->dev_addr in drivers
[linux-2.6-block.git] / drivers / net / ethernet / broadcom / bnxt / bnxt_sriov.h
index 995535e4c11be0696741e089aed0a61a6d32418f..9a4bacba477b14603cf3bf327a8ceb4c2d919da8 100644 (file)
@@ -41,5 +41,5 @@ int bnxt_cfg_hw_sriov(struct bnxt *bp, int *num_vfs, bool reset);
 void bnxt_sriov_disable(struct bnxt *);
 void bnxt_hwrm_exec_fwd_req(struct bnxt *);
 void bnxt_update_vf_mac(struct bnxt *);
-int bnxt_approve_mac(struct bnxt *, u8 *, bool);
+int bnxt_approve_mac(struct bnxt *, const u8 *, bool);
 #endif