From: Alexander Duyck Date: Fri, 11 Jan 2013 18:38:42 +0000 (-0800) Subject: net: Export __netdev_pick_tx so that it can be used in modules X-Git-Tag: v3.9-rc1~139^2~403 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87696f9234cb681ded2697b0f0fd01bb15a2aff2;p=pandora-kernel.git net: Export __netdev_pick_tx so that it can be used in modules When testing with FCoE enabled we discovered that I had not exported __netdev_pick_tx. As a result ixgbe doesn't build with the RFC patches applied because ixgbe_select_queue was calling the function. This change corrects that build issue by correctly exporting __netdev_pick_tx so it can be used by modules. Signed-off-by: Alexander Duyck Signed-off-by: David S. Miller --- Reading git-diff-tree failed