]> git.baikalelectronics.ru Git - kernel.git/commit
igc: Remove no need declaration of the igc_set_default_mac_filter
authorSasha Neftin <sasha.neftin@intel.com>
Tue, 19 Nov 2019 11:43:51 +0000 (13:43 +0200)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sun, 5 Jan 2020 06:43:29 +0000 (22:43 -0800)
commit98cbb6f15cc102fb336f7e103e4a030268abef02
tree150e107566db00e65095d64a37711e1d3ece8c38
parent6715eaa68fee9cc217f5917dca06ab7134085696
igc: Remove no need declaration of the igc_set_default_mac_filter

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