projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0eeef0a
)
hw/ide/internal: Remove unused DMARestartFunc typedef
author
Philippe Mathieu-Daudé
<philmd@redhat.com>
Wed, 19 Feb 2020 18:08:18 +0000
(19:08 +0100)
committer
Philippe Mathieu-Daudé
<philmd@redhat.com>
Thu, 20 Feb 2020 13:47:08 +0000
(14:47 +0100)
The IDE DMA restart callback has been removed in commit
fe09c7c9f0
.
Fixes: fe09c7c9f0
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
include/hw/ide/internal.h
patch
|
blob
|
history
diff --git
a/include/hw/ide/internal.h
b/include/hw/ide/internal.h
index 52ec197da0b1dc4fe95e42228566492a88914dee..ce766ac485a5d26e038105e125c2787a5aa46b75 100644
(file)
--- a/
include/hw/ide/internal.h
+++ b/
include/hw/ide/internal.h
@@
-326,7
+326,6
@@
typedef int DMAIntFunc(IDEDMA *, int);
typedef int32_t DMAInt32Func(IDEDMA *, int32_t len);
typedef void DMAu32Func(IDEDMA *, uint32_t);
typedef void DMAStopFunc(IDEDMA *, bool);
-typedef void DMARestartFunc(void *, int, RunState);
struct unreported_events {
bool eject_request;