diff options
author | Edgar E. Iglesias <edgar.iglesias@xilinx.com> | 2014-01-21 23:49:44 +1000 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@xilinx.com> | 2014-02-03 14:04:00 +0000 |
commit | ce603d8ef11f2a2d29be1c4f90d417331b41acfc (patch) | |
tree | f9b9bb5039d9956fd0126707b5df0e53048ee3ba /include/hw/cris | |
parent | 4a6da670f80c121acfea3dacf380c26e3aeacd5c (diff) |
cris: Remove the CRIS PIC glue
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Diffstat (limited to 'include/hw/cris')
-rw-r--r-- | include/hw/cris/etraxfs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hw/cris/etraxfs.h b/include/hw/cris/etraxfs.h index ab30559c79..73a6134c1e 100644 --- a/include/hw/cris/etraxfs.h +++ b/include/hw/cris/etraxfs.h @@ -28,8 +28,6 @@ #include "net/net.h" #include "hw/cris/etraxfs_dma.h" -qemu_irq *cris_pic_init_cpu(CPUCRISState *env); - /* Instantiate an ETRAXFS Ethernet MAC. */ static inline DeviceState * etraxfs_eth_init(NICInfo *nd, hwaddr base, int phyaddr, |