diff options
Diffstat (limited to 'hw/etraxfs.h')
-rw-r--r-- | hw/etraxfs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/etraxfs.h b/hw/etraxfs.h index 9cc30bee46..01fb9d3e82 100644 --- a/hw/etraxfs.h +++ b/hw/etraxfs.h @@ -25,5 +25,4 @@ #include "etraxfs_dma.h" qemu_irq *cris_pic_init_cpu(CPUState *env); -void *etraxfs_eth_init(NICInfo *nd, CPUState *env, - target_phys_addr_t base, int phyaddr); +void *etraxfs_eth_init(NICInfo *nd, target_phys_addr_t base, int phyaddr); |