]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
virtio-net: move free_old_xmit_skbs
authorWillem de Bruijn <willemb@google.com>
Mon, 24 Apr 2017 17:49:28 +0000 (13:49 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 25 Apr 2017 03:55:19 +0000 (23:55 -0400)
commitea7735d97ba9064c448664429e249991ccd8aa77
tree8b598b00f8f11a1ba05845fe5c5531a4b13b30dc
parentb92f1e6751a6aaaf0b1e05128661ce0f23ed3695
virtio-net: move free_old_xmit_skbs

An upcoming patch will call free_old_xmit_skbs indirectly from
virtnet_poll. Move the function above this to avoid having to
introduce a forward declaration.

This is a pure move: no code changes.

Signed-off-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/virtio_net.c