]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
igc: Remove no need declaration of the igc_clean_tx_ring
authorSasha Neftin <sasha.neftin@intel.com>
Tue, 19 Nov 2019 11:43:32 +0000 (13:43 +0200)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sun, 5 Jan 2020 05:42:56 +0000 (21:42 -0800)
commit14504ac5048e1773da16e741b2e659c8b7257592
treec1eb72035652d1b7fe1315cd8b426fc741016cc8
parent4460985fac06f8e0e5bd4b86dcef49ada451583c
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>
drivers/net/ethernet/intel/igc/igc_main.c