Loading hw/etraxfs_eth.c +0 −3 Original line number Diff line number Diff line Loading @@ -323,7 +323,6 @@ struct fs_eth MemoryRegion mmio; NICState *nic; NICConf conf; int ethregs; /* Two addrs in the filter. */ uint8_t macaddr[2][6]; Loading Loading @@ -571,8 +570,6 @@ static void eth_cleanup(VLANClientState *nc) { struct fs_eth *eth = DO_UPCAST(NICState, nc, nc)->opaque; cpu_unregister_io_memory(eth->ethregs); /* Disconnect the client. */ eth->dma_out->client.push = NULL; eth->dma_out->client.opaque = NULL; Loading Loading
hw/etraxfs_eth.c +0 −3 Original line number Diff line number Diff line Loading @@ -323,7 +323,6 @@ struct fs_eth MemoryRegion mmio; NICState *nic; NICConf conf; int ethregs; /* Two addrs in the filter. */ uint8_t macaddr[2][6]; Loading Loading @@ -571,8 +570,6 @@ static void eth_cleanup(VLANClientState *nc) { struct fs_eth *eth = DO_UPCAST(NICState, nc, nc)->opaque; cpu_unregister_io_memory(eth->ethregs); /* Disconnect the client. */ eth->dma_out->client.push = NULL; eth->dma_out->client.opaque = NULL; Loading