OSDN Git Service

igc: Remove no need declaration of the igc_configure_msix
authorSasha Neftin <sasha.neftin@intel.com>
Tue, 19 Nov 2019 11:44:38 +0000 (13:44 +0200)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sun, 5 Jan 2020 06:54:50 +0000 (22:54 -0800)
commita146ea022f1d02df0116fae9d5d334b75f022a24
tree8e3e7a3458fa92972210df7a241415d2d955f019
parent86a4de661b7bb27f208c6c327870bcdbbe9cb152
igc: Remove no need declaration of the igc_configure_msix

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