]> git.baikalelectronics.ru Git - kernel.git/commit
igc: Remove no need declaration of the igc_configure
authorSasha Neftin <sasha.neftin@intel.com>
Tue, 19 Nov 2019 11:44:01 +0000 (13:44 +0200)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sun, 5 Jan 2020 06:47:15 +0000 (22:47 -0800)
commit0a04bbe7ccd01e1f578ccd5cfd396fb8aedd0bb4
tree9a75b4e32855ba374f19da816f2b8afb0255f2e3
parent98cbb6f15cc102fb336f7e103e4a030268abef02
igc: Remove no need declaration of the igc_configure

We want to avoid forward-declarations of function if possible.
Rearrange the igc_configure 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