mirror of https://github.com/xemu-project/xemu.git
remove unused function
Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
c76eaf1397
commit
0abc2712b8
|
@ -661,11 +661,6 @@ void DBDMA_register_channel(void *dbdma, int nchan, qemu_irq irq,
|
|||
ch->io.channel = ch;
|
||||
}
|
||||
|
||||
void DBDMA_schedule(void)
|
||||
{
|
||||
qemu_notify_event();
|
||||
}
|
||||
|
||||
static void
|
||||
dbdma_control_write(DBDMA_channel *ch)
|
||||
{
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue