From: Alexander Duyck Date: Tue, 27 Oct 2009 15:54:43 +0000 (+0000) Subject: igb: make tx ring map and free functionality non-static X-Git-Tag: v2.6.33-rc1~388^2~682 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1a436c34c44c6e3fb03c12545d87b4c2818f31d;p=pandora-kernel.git igb: make tx ring map and free functionality non-static This change makes a minor change to the xmit_frame_ring_adv funcition in that it moves 2 checks from it into the xmit_frame_adv since the checks were not ring specific. In addition it exports the xmit_frame_ring_adv and the unmap_and_free_tx_resource calls so that they can be used by other code such as the ethtool loopback testing calls. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed