[NET]: Kill eth_copy_and_sum().
authorDavid S. Miller <davem@davemloft.net>
Wed, 11 Jul 2007 05:08:12 +0000 (22:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Jul 2007 05:08:12 +0000 (22:08 -0700)
It hasn't "summed" anything in over 7 years, and it's
just a straight mempcy ala skb_copy_to_linear_data()
so just get rid of it.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found