commit | 66823b928d746df21485deeff6744c77702abf29 | [log] [tgz] |
---|---|---|
author | Lennert Buytenhek <buytenh@marvell.com> | Thu Nov 20 03:58:09 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 20 03:58:09 2008 -0800 |
tree | e6125581bc11445456236696900c2a4af767a87b | |
parent | 37a6084f4b4693a408ac2fb229843af9f9f301ce [diff] |
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 <buytenh@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>