commit | ea7735d97ba9064c448664429e249991ccd8aa77 | [log] [tgz] |
---|---|---|
author | Willem de Bruijn <willemb@google.com> | Mon Apr 24 13:49:28 2017 -0400 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 24 23:55:19 2017 -0400 |
tree | 8b598b00f8f11a1ba05845fe5c5531a4b13b30dc | |
parent | b92f1e6751a6aaaf0b1e05128661ce0f23ed3695 [diff] |
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>