ixgbe: remove ifdef check for non-existent define
authorEmil Tantilov <emil.s.tantilov@intel.com>
Tue, 12 Jul 2011 08:13:41 +0000 (08:13 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 22 Jul 2011 05:57:00 +0000 (22:57 -0700)
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>
drivers/net/ixgbe/ixgbe_main.c

index a222af3..358f6c9 100644 (file)
@@ -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 */
 }
 
 /**