aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc/igc_mac.h
diff options
context:
space:
mode:
authorVitaly Lifshits <vitaly.lifshits@intel.com>2020-04-01 12:16:44 +0300
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2020-05-19 15:01:48 -0700
commit3c215fb18e700344d96f3bde606b4492c70eaf56 (patch)
tree6d255c3873628c35a17b44646270506e80b6ec95 /drivers/net/ethernet/intel/igc/igc_mac.h
parentigc: Remove PCIe Control register (diff)
downloadlinux-dev-3c215fb18e700344d96f3bde606b4492c70eaf56.tar.xz
linux-dev-3c215fb18e700344d96f3bde606b4492c70eaf56.zip
igc: remove IGC_REMOVED function
igc driver has leftovers from the previous device that supported Virtualization. This can be found in the function IGC_REMOVED which became obsolete, and can be removed. Signed-off-by: Vitaly Lifshits <vitaly.lifshits@intel.com> Acked-by: Sasha Neftin <sasha.neftin@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/igc/igc_mac.h')
-rw-r--r--drivers/net/ethernet/intel/igc/igc_mac.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/ethernet/intel/igc/igc_mac.h b/drivers/net/ethernet/intel/igc/igc_mac.h
index 832cccec87cd..b5963f86defb 100644
--- a/drivers/net/ethernet/intel/igc/igc_mac.h
+++ b/drivers/net/ethernet/intel/igc/igc_mac.h
@@ -8,10 +8,6 @@
#include "igc_phy.h"
#include "igc_defines.h"
-#ifndef IGC_REMOVED
-#define IGC_REMOVED(a) (0)
-#endif /* IGC_REMOVED */
-
/* forward declaration */
s32 igc_disable_pcie_master(struct igc_hw *hw);
s32 igc_check_for_copper_link(struct igc_hw *hw);