]> git.baikalelectronics.ru Git - kernel.git/commit
igc: Remove no need declaration of the igc_assign_vector
authorSasha Neftin <sasha.neftin@intel.com>
Tue, 19 Nov 2019 11:45:23 +0000 (13:45 +0200)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sun, 5 Jan 2020 07:04:15 +0000 (23:04 -0800)
commitc0af4f3db3b9e8c817050cd0d2cb350272926f40
tree39744fdbd3ad4692abdc25a48c662b355422471b
parent7eba6fa01b6bf4c5c1d4134a00fdae85f6ae3925
igc: Remove no need declaration of the igc_assign_vector

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