> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Jesse > Brandeburg > Sent: Sunday, February 11, 2024 3:31 AM > To: [email protected] > Cc: [email protected]; Brandeburg, Jesse <[email protected]>; > Eric Dumazet <[email protected]>; Nguyen, Anthony L > <[email protected]>; Brady, Alan <[email protected]>; Jakub > Kicinski <[email protected]>; Paolo Abeni <[email protected]>; David S. Miller > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v1 1/2] igb: simplify pci ops > declaration > > The igb driver was pre-declaring tons of functions just so that it could > have an early declaration of the pci_driver struct. > > Delete a bunch of the declarations and move the struct to the bottom of the > file, after all the functions are declared. > > Reviewed-by: Alan Brady <[email protected]> > Signed-off-by: Jesse Brandeburg <[email protected]> > --- > e1p v2: add back mistakenly deleted pm ops struct. > --- > drivers/net/ethernet/intel/igb/igb_main.c | 51 ++++++++++------------- > 1 file changed, 22 insertions(+), 29 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
