diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2011-09-12 15:17:57 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2011-10-21 18:14:29 +0200 |
commit | 0abc2712b842f5726fb2895859e01e2c7d8d616d (patch) | |
tree | 6cf54521c7de439224a8f2367a10db8489830c61 /hw/mac_dbdma.h | |
parent | c76eaf13975130768070ecd2d4f3107eb69ab757 (diff) |
remove unused function
Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/mac_dbdma.h')
-rw-r--r-- | hw/mac_dbdma.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/mac_dbdma.h b/hw/mac_dbdma.h index 933e17c5b9..6d1abe6aae 100644 --- a/hw/mac_dbdma.h +++ b/hw/mac_dbdma.h @@ -41,5 +41,4 @@ struct DBDMA_io { void DBDMA_register_channel(void *dbdma, int nchan, qemu_irq irq, DBDMA_rw rw, DBDMA_flush flush, void *opaque); -void DBDMA_schedule(void); void* DBDMA_init (MemoryRegion **dbdma_mem); |