commit | 14504ac5048e1773da16e741b2e659c8b7257592 | [log] [tgz] |
---|---|---|
author | Sasha Neftin <sasha.neftin@intel.com> | Tue Nov 19 13:43:32 2019 +0200 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Sat Jan 04 21:42:56 2020 -0800 |
tree | c1eb72035652d1b7fe1315cd8b426fc741016cc8 | |
parent | 4460985fac06f8e0e5bd4b86dcef49ada451583c [diff] |
igc: Remove no need declaration of the igc_clean_tx_ring We want to avoid forward-declarations of function if possible. Rearrange the igc_clean_tx_ring function implementation. Signed-off-by: Sasha Neftin <sasha.neftin@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>