]> asedeno.scripts.mit.edu Git - linux.git/commit
igc: Remove useless forward declaration
authorSasha Neftin <sasha.neftin@intel.com>
Tue, 16 Jul 2019 12:35:39 +0000 (15:35 +0300)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Mon, 9 Sep 2019 17:08:38 +0000 (10:08 -0700)
commit10ce2c00cfdc5c0e682a7e3383e24cb55d21fdac
treec2e63a8c4152b9650e56ca54a4b6ca1f9ccc9a99
parentdee23594d587386e9fda76732aa5f5a487709510
igc: Remove useless forward declaration

Move igc_phy_setup_autoneg, igc_wait_autoneg and igc_set_fc_watermarks
up to avoid forward declaration.
It is not necessary to forward declare these static methods.

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_mac.c
drivers/net/ethernet/intel/igc/igc_phy.c