]> Git Repo - qemu.git/blobdiff - hw/net/pcnet-pci.c
Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20151006' into staging
[qemu.git] / hw / net / pcnet-pci.c
index 8305d1bdf2dfdb9773bcd89fecce8337e25a057e..b4d60b81230163c73d73b4c946353f18f3e24872 100644 (file)
@@ -273,7 +273,6 @@ static void pci_pcnet_uninit(PCIDevice *dev)
 static NetClientInfo net_pci_pcnet_info = {
     .type = NET_CLIENT_OPTIONS_KIND_NIC,
     .size = sizeof(NICState),
-    .can_receive = pcnet_can_receive,
     .receive = pcnet_receive,
     .link_status_changed = pcnet_set_link_status,
 };
This page took 0.023939 seconds and 4 git commands to generate.