From: Lennert Buytenhek Date: Thu, 20 Nov 2008 11:58:09 +0000 (-0800) Subject: mv643xx_eth: inline txq_alloc_desc_index() X-Git-Tag: v2.6.29-rc1~581^2~631 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66823b928d746df21485deeff6744c77702abf29;p=pandora-kernel.git mv643xx_eth: inline txq_alloc_desc_index() Since txq_alloc_desc_index() is a very simple function, and since descriptor ring index handling for transmit reclaim, receive processing and receive refill is already handled inline as well, inline txq_alloc_desc_index() into its two call sites. Signed-off-by: Lennert Buytenhek Signed-off-by: David S. Miller --- Reading git-diff-tree failed