igc: Clean up nvm_info structure
authorSasha Neftin <sasha.neftin@intel.com>
Thu, 10 Sep 2020 08:16:05 +0000 (11:16 +0300)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Mon, 28 Sep 2020 21:42:46 +0000 (14:42 -0700)
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>
drivers/net/ethernet/intel/igc/igc_hw.h

index 17d6669..55dae7c 100644 (file)
@@ -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;