Merge branch 'master' of /home/nchip/public_html/qemu into garage-push
[qemu] / hw / virtio-net.h
index 4e20349..390fe10 100644 (file)
@@ -85,8 +85,6 @@ struct virtio_net_hdr_mrg_rxbuf
     uint16_t num_buffers;   /* Number of merged rx buffers */
 };
 
-PCIDevice *virtio_net_init(PCIBus *bus, NICInfo *nd, int devfn);
-
 /*
  * Control virtqueue data structures
  *