[Intel-wired-lan] [PATCH v1 1/1] igc: Remove PCIe Control register

Sasha Neftin sasha.neftin at intel.com
Wed Apr 1 08:43:20 UTC 2020


GCR (PCIe Control) register not in use and should be removed
This patch clean up this register

Signed-off-by: Sasha Neftin <sasha.neftin at intel.com>
---
 drivers/net/ethernet/intel/igc/igc_regs.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/net/ethernet/intel/igc/igc_regs.h b/drivers/net/ethernet/intel/igc/igc_regs.h
index 96dee3c1a5f7..0d227c6e79d2 100644
--- a/drivers/net/ethernet/intel/igc/igc_regs.h
+++ b/drivers/net/ethernet/intel/igc/igc_regs.h
@@ -37,9 +37,6 @@
 #define IGC_FCRTV		0x02460  /* FC Refresh Timer Value - RW */
 #define IGC_FCSTS		0x02464  /* FC Status - RO */
 
-/* PCIe Register Description */
-#define IGC_GCR			0x05B00  /* PCIe control- RW */
-
 /* Semaphore registers */
 #define IGC_SW_FW_SYNC		0x05B5C  /* SW-FW Synchronization - RW */
 #define IGC_SWSM		0x05B50  /* SW Semaphore */
-- 
2.11.0



More information about the Intel-wired-lan mailing list