ixgbe: remove ifdef check for non-existent define
Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
ff886dfce2
commit
34c6ee8181
1 changed files with 0 additions and 2 deletions
|
@ -6021,9 +6021,7 @@ static void ixgbe_watchdog_link_is_up(struct ixgbe_adapter *adapter)
|
|||
(flow_tx ? "TX" : "None"))));
|
||||
|
||||
netif_carrier_on(netdev);
|
||||
#ifdef HAVE_IPLINK_VF_CONFIG
|
||||
ixgbe_check_vf_rate_limit(adapter);
|
||||
#endif /* HAVE_IPLINK_VF_CONFIG */
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue