From: Gerrit Renker Date: Sun, 10 Dec 2006 02:05:38 +0000 (-0200) Subject: [DCCP] ccid: Deprecate ccid_hc_tx_insert_options X-Git-Tag: v2.6.20-rc1~146^2~12^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65d6c2b42ecc0ca77bb3c0fe27fcbdc84fc7a79a;p=pandora-kernel.git [DCCP] ccid: Deprecate ccid_hc_tx_insert_options The function ccid3_hc_tx_insert_options only does a redundant no-op, as the operation DCCP_SKB_CB(skb)->dccpd_ccval = hctx->ccid3hctx_last_win_count; is already performed _unconditionally_ in ccid3_hc_tx_send_packet. Since there is further no current need for this function, it is removed entirely. Since furthermore, there is actually no present need for the entire interface function ccid_hc_tx_insert_options, it was decided to remove it also, to clean up the interface. Signed-off-by: Gerrit Renker Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed