ixgbe: Reorder link flow control functions in ixgbe_common.c
commit67a79df27163a89fb1ce2191718855288071cbd2
authorAlexander Duyck <alexander.h.duyck@intel.com>
Thu, 19 Apr 2012 17:49:56 +0000 (19 17:49 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 4 May 2012 10:24:25 +0000 (4 03:24 -0700)
treeaf41e8e600339d68036fdd3a6917b7a371ad477a
parentdd411ec4a5743f9108a4bce1b9399a856c6d0378
ixgbe: Reorder link flow control functions in ixgbe_common.c

We can avoid many of the forward declarations found in ixgbe_common.c by
just reordering things so this patch does that to help cleanup the code.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Ross Brattain <ross.b.brattain@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_common.c