net: remove function sk_reset_txq()
authorZHAO Gang <gamerh2o@gmail.com>
Tue, 22 Oct 2013 08:23:38 +0000 (16:23 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Oct 2013 18:00:21 +0000 (14:00 -0400)
What sk_reset_txq() does is just calls function sk_tx_queue_reset(),
and sk_reset_txq() is used only in sock.h, by dst_negative_advice().
Let dst_negative_advice() calls sk_tx_queue_reset() directly so we
can remove unneeded sk_reset_txq().

Signed-off-by: ZHAO Gang <gamerh2o@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found