Skip to content

Commit 8e34cad

Browse files
Andre GuedesJeff Kirsher
authored andcommitted
igc: Remove unused field from igc_nfc_filter
The 'cookie' field is not used anywhere in the code so this patch removes it from struct igc_nfc_filter. Signed-off-by: Andre Guedes <[email protected]> Tested-by: Aaron Brown <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
1 parent 281380a commit 8e34cad

File tree

1 file changed

+0
-1
lines changed
  • drivers/net/ethernet/intel/igc

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,6 @@ struct igc_nfc_input {
470470
struct igc_nfc_filter {
471471
struct hlist_node nfc_node;
472472
struct igc_nfc_input filter;
473-
unsigned long cookie;
474473
u16 sw_idx;
475474
u16 action;
476475
};

0 commit comments

Comments
 (0)