mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -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;
|
||||
}
|
||||
|
||||
void DBDMA_schedule(void)
|
||||
{
|
||||
qemu_notify_event();
|
||||
}
|
||||
|
||||
static void
|
||||
dbdma_control_write(DBDMA_channel *ch)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue