> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Ivan > Vecera > Sent: Wednesday, September 27, 2023 2:01 PM > To: [email protected] > Cc: [email protected]; [email protected]; Brandeburg, Jesse > <[email protected]>; [email protected]; Nguyen, Anthony L > <[email protected]>; Kitszel, Przemyslaw > <[email protected]>; [email protected]; [email protected]; > [email protected] > Subject: [Intel-wired-lan] [PATCH net-next v2 2/9] i40e: Move I40E_MASK macro > to i40e_register.h > > The macro is practically used only in i40e_register.h header file except > few I40E_MDIO_CLAUSE* macros that are defined in i40e_type.h > Move I40E_MASK macro to i40e_register.h header, I40E_MDIO_CLAUSE* macros > are refactored in subsequent patch. > > Signed-off-by: Ivan Vecera <[email protected]> > --- > drivers/net/ethernet/intel/i40e/i40e_register.h | 3 +++ > drivers/net/ethernet/intel/i40e/i40e_type.h | 3 --- > 2 files changed, 3 insertions(+), 3 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel) _______________________________________________ Intel-wired-lan mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/intel-wired-lan
