Skip to content

Commit 7624b1e

Browse files
committed
igc: Remove IGC_MDIC_INT_EN definition
Author: Sasha Neftin <sasha.neftin@intel.com> 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> (cherry picked from commit 2c5e5ab) Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2104471 Signed-off-by: Corinna Vinschen <vinschen@redhat.com>
1 parent 0b783c1 commit 7624b1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/net/ethernet/intel/igc/igc_defines.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,6 @@
610610
#define IGC_MDIC_OP_WRITE 0x04000000
611611
#define IGC_MDIC_OP_READ 0x08000000
612612
#define IGC_MDIC_READY 0x10000000
613-
#define IGC_MDIC_INT_EN 0x20000000
614613
#define IGC_MDIC_ERROR 0x40000000
615614

616615
#define IGC_N0_QUEUE -1

0 commit comments

Comments
 (0)