Skip to content

Commit 4917fc8

Browse files
aneftinanguy11
authored andcommitted
igc: Remove unused FUNC_1 mask
FUNC_1 mask not in use in i225 device and could be removed Signed-off-by: Sasha Neftin <[email protected]> Signed-off-by: Tony Nguyen <[email protected]>
1 parent 9c99482 commit 4917fc8

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
@@ -179,7 +179,6 @@
179179
#define IGC_STATUS_LU 0x00000002 /* Link up.0=no,1=link */
180180
#define IGC_STATUS_FUNC_MASK 0x0000000C /* PCI Function Mask */
181181
#define IGC_STATUS_FUNC_SHIFT 2
182-
#define IGC_STATUS_FUNC_1 0x00000004 /* Function 1 */
183182
#define IGC_STATUS_TXOFF 0x00000010 /* transmission paused */
184183
#define IGC_STATUS_SPEED_100 0x00000040 /* Speed 100Mb/s */
185184
#define IGC_STATUS_SPEED_1000 0x00000080 /* Speed 1000Mb/s */

0 commit comments

Comments
 (0)