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

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