igc: Clean up nvm_operations structure
valid_led_default function pointer not in use and can be removed from nvm_operations structure. Signed-off-by: Sasha Neftin <sasha.neftin@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
This commit is contained in:
parent
32d1bbb1d6
commit
63532ced07
|
@ -113,7 +113,6 @@ struct igc_nvm_operations {
|
|||
s32 (*write)(struct igc_hw *hw, u16 offset, u16 i, u16 *data);
|
||||
s32 (*update)(struct igc_hw *hw);
|
||||
s32 (*validate)(struct igc_hw *hw);
|
||||
s32 (*valid_led_default)(struct igc_hw *hw, u16 *data);
|
||||
};
|
||||
|
||||
struct igc_phy_operations {
|
||||
|
|
Loading…
Reference in New Issue