]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
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)
committerJoe Jin <joe.jin@oracle.com>
Fri, 3 Feb 2012 01:20:54 +0000 (09:20 +0800)
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>
(cherry picked from commit 34c6ee8181d6ec1ed761ed2fdac4f1b0358e5447)

Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/ixgbe/ixgbe_main.c

index f1f14dbb6be4f2f10bec2364f7e73d44e82a3f6f..59173d247a3d65bd47bb053923e3ca016121d246 100644 (file)
@@ -6078,9 +6078,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 */
 }
 
 /**