aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x_hsi.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/bnx2x_hsi.h')
-rw-r--r--drivers/net/bnx2x_hsi.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/bnx2x_hsi.h b/drivers/net/bnx2x_hsi.h
index 966b4a2de962..c1ba05cbb33c 100644
--- a/drivers/net/bnx2x_hsi.h
+++ b/drivers/net/bnx2x_hsi.h
@@ -806,11 +806,7 @@ struct mf_cfg {
806 806
807 struct shared_mf_cfg shared_mf_config; 807 struct shared_mf_cfg shared_mf_config;
808 struct port_mf_cfg port_mf_config[PORT_MAX]; 808 struct port_mf_cfg port_mf_config[PORT_MAX];
809#if defined(b710)
810 struct func_mf_cfg func_mf_config[E1_FUNC_MAX];
811#else
812 struct func_mf_cfg func_mf_config[E1H_FUNC_MAX]; 809 struct func_mf_cfg func_mf_config[E1H_FUNC_MAX];
813#endif
814 810
815}; 811};
816 812