igc: Remove IGC_MDIC_INT_EN definition
authorSasha Neftin <sasha.neftin@intel.com>
Mon, 8 Aug 2022 10:24:21 +0000 (13:24 +0300)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Thu, 8 Sep 2022 17:26:46 +0000 (10:26 -0700)
IGC_MDIC_INT_EN definition is not used. This patch comes to tidy up the
driver code.

Signed-off-by: Sasha Neftin <sasha.neftin@intel.com>
Tested-by: Naama Meir <naamax.meir@linux.intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/igc/igc_defines.h

index 5c66b97..4f9d7f0 100644 (file)
 #define IGC_MDIC_OP_WRITE      0x04000000
 #define IGC_MDIC_OP_READ       0x08000000
 #define IGC_MDIC_READY         0x10000000
-#define IGC_MDIC_INT_EN                0x20000000
 #define IGC_MDIC_ERROR         0x40000000
 
 #define IGC_N0_QUEUE           -1