From: Sasha Neftin <sasha.nef...@intel.com> Some tools require device profile information to be present, so add it.
Signed-off-by: Sasha Neftin <sasha.nef...@intel.com> Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com> --- drivers/net/intel/e1000/base/e1000_hw.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/intel/e1000/base/e1000_hw.h b/drivers/net/intel/e1000/base/e1000_hw.h index b3af96977c..7ef856226d 100644 --- a/drivers/net/intel/e1000/base/e1000_hw.h +++ b/drivers/net/intel/e1000/base/e1000_hw.h @@ -1056,6 +1056,7 @@ struct e1000_dev_spec_i225 { struct e1000_hw { void *back; + u8 pf_id; /* device profile info */ u8 *hw_addr; u8 *flash_address; unsigned long io_base; -- 2.43.5