]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: Reorder link flow control functions in ixgbe_common.c
authorAlexander Duyck <alexander.h.duyck@intel.com>
Thu, 19 Apr 2012 17:49:56 +0000 (17:49 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 4 May 2012 10:24:25 +0000 (03:24 -0700)
commit388fd766d85298053b15da7c2220d63a2ab3c9dc
treeaf41e8e600339d68036fdd3a6917b7a371ad477a
parent1dc0dce73a1aaac04bf0241a054c2be85154bc07
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