From: ZHAO Gang Date: Tue, 22 Oct 2013 08:23:38 +0000 (+0800) Subject: net: remove function sk_reset_txq() X-Git-Tag: v3.13-rc1~105^2~142 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a6957e7d47096bbeedda4e1d926359eb487dcfc;p=pandora-kernel.git net: remove function sk_reset_txq() 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed