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

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