diff options
| author | Edgar E. Iglesias | 2014-01-21 14:49:44 +0100 |
|---|---|---|
| committer | Edgar E. Iglesias | 2014-02-03 15:04:00 +0100 |
| commit | ce603d8ef11f2a2d29be1c4f90d417331b41acfc (patch) | |
| tree | f9b9bb5039d9956fd0126707b5df0e53048ee3ba /include/hw/cris | |
| parent | axis-dev88: Connect the PIC upstream IRQs directly to the CPU (diff) | |
| download | qemu-ce603d8ef11f2a2d29be1c4f90d417331b41acfc.tar.gz qemu-ce603d8ef11f2a2d29be1c4f90d417331b41acfc.tar.xz qemu-ce603d8ef11f2a2d29be1c4f90d417331b41acfc.zip | |
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, |
