net: make tcp_cleanup_rbuf private
authorDan Williams <dan.j.williams@intel.com>
Tue, 31 Dec 2013 01:12:07 +0000 (17:12 -0800)
committerDan Williams <dan.j.williams@intel.com>
Sun, 28 Sep 2014 14:22:21 +0000 (07:22 -0700)
commit3f334078567245429540e6461c81c749fce87f70
tree103372c10a443aa7fbd2014bc4a3810a31be82c2
parentd27f9bc104375a0a835cf68bb88fc9cec69125da
net: make tcp_cleanup_rbuf private

net_dma was the only external user so this can become local to tcp.c
again.

Cc: James Morris <jmorris@namei.org>
Cc: Patrick McHardy <kaber@trash.net>
Cc: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
Cc: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
Acked-by: Neal Cardwell <ncardwell@google.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
include/net/tcp.h
net/ipv4/tcp.c