commit | 10ce2c00cfdc5c0e682a7e3383e24cb55d21fdac | [log] [tgz] |
---|---|---|
author | Sasha Neftin <sasha.neftin@intel.com> | Tue Jul 16 15:35:39 2019 +0300 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Sep 09 10:08:38 2019 -0700 |
tree | c2e63a8c4152b9650e56ca54a4b6ca1f9ccc9a99 | |
parent | dee23594d587386e9fda76732aa5f5a487709510 [diff] |
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>