xen-netback: remove duplicated function definition
authorLi, Liang Z <liang.z.li@intel.com>
Mon, 6 Jul 2015 00:42:56 +0000 (08:42 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Jul 2015 21:12:53 +0000 (14:12 -0700)
There are two duplicated xenvif_zerocopy_callback() definitions.
Remove one of them.

Signed-off-by: Liang Li <liang.z.li@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/xen-netback/common.h

index 8a495b318b6f23bf66b19f4d77e557506cab5b0f..c6cb85a85c896fd6dcab466fa80f6dc2b81e8e04 100644 (file)
@@ -325,9 +325,6 @@ static inline pending_ring_idx_t nr_pending_reqs(struct xenvif_queue *queue)
                queue->pending_prod + queue->pending_cons;
 }
 
-/* Callback from stack when TX packet can be released */
-void xenvif_zerocopy_callback(struct ubuf_info *ubuf, bool zerocopy_success);
-
 irqreturn_t xenvif_interrupt(int irq, void *dev_id);
 
 extern bool separate_tx_rx_irq;