mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
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
2 changed files with 0 additions and 6 deletions
|
@ -661,11 +661,6 @@ void DBDMA_register_channel(void *dbdma, int nchan, qemu_irq irq,
|
||||||
ch->io.channel = ch;
|
ch->io.channel = ch;
|
||||||
}
|
}
|
||||||
|
|
||||||
void DBDMA_schedule(void)
|
|
||||||
{
|
|
||||||
qemu_notify_event();
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
dbdma_control_write(DBDMA_channel *ch)
|
dbdma_control_write(DBDMA_channel *ch)
|
||||||
{
|
{
|
||||||
|
|
|
@ -41,5 +41,4 @@ struct DBDMA_io {
|
||||||
void DBDMA_register_channel(void *dbdma, int nchan, qemu_irq irq,
|
void DBDMA_register_channel(void *dbdma, int nchan, qemu_irq irq,
|
||||||
DBDMA_rw rw, DBDMA_flush flush,
|
DBDMA_rw rw, DBDMA_flush flush,
|
||||||
void *opaque);
|
void *opaque);
|
||||||
void DBDMA_schedule(void);
|
|
||||||
void* DBDMA_init (MemoryRegion **dbdma_mem);
|
void* DBDMA_init (MemoryRegion **dbdma_mem);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue