igc: Remove unneeded register
authorSasha Neftin <sasha.neftin@intel.com>
Sun, 29 Mar 2020 11:35:54 +0000 (14:35 +0300)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 19 May 2020 00:16:43 +0000 (17:16 -0700)
Flow control status register not applicable for i225 parts
so clean up the unneeded define.

Signed-off-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>
drivers/net/ethernet/intel/igc/igc_regs.h

index 6335459..5a6110e 100644 (file)
@@ -35,7 +35,6 @@
 #define IGC_FCRTL              0x02160  /* FC Receive Threshold Low - RW */
 #define IGC_FCRTH              0x02168  /* FC Receive Threshold High - RW */
 #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 */