Skip to content

Commit

Permalink
igc: Clean up nvm_info structure
Browse files Browse the repository at this point in the history
flash_bank_size and flash_base_addr field not in use and can
be removed from a nvm_info structure

Signed-off-by: Sasha Neftin <sasha.neftin@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
  • Loading branch information
Sasha Neftin authored and Tony Nguyen committed Sep 28, 2020
1 parent 58c4ee0 commit 67ea406
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/net/ethernet/intel/igc/igc_hw.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,6 @@ struct igc_nvm_info {
struct igc_nvm_operations ops;
enum igc_nvm_type type;

u32 flash_bank_size;
u32 flash_base_addr;

u16 word_size;
u16 delay_usec;
u16 address_bits;
Expand Down

0 comments on commit 67ea406

Please sign in to comment.