diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2019-01-11 15:08:46 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2019-01-22 05:14:32 +0100 |
commit | a8b56ec836860eb7144a3b9de356524316ec9f63 (patch) | |
tree | 71a63655a99b44f21ac6b6201e62942e1a477503 /include/qemu | |
parent | 2274e7ddd16219439bf8eef5a606b1be0c6a47a3 (diff) | |
download | qemu-a8b56ec836860eb7144a3b9de356524316ec9f63.zip qemu-a8b56ec836860eb7144a3b9de356524316ec9f63.tar.gz qemu-a8b56ec836860eb7144a3b9de356524316ec9f63.tar.bz2 |
hw/ide/ahci: Remove AllwinnerAHCIState from "qemu/typedefs.h"
Files requiring AllwinnerAHCIState already include "hw/ide/ahci.h".
To clean "qemu/typedefs.h", move the declaration to "hw/ide/ahci.h"
(removing the forward declaration).
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'include/qemu')
-rw-r--r-- | include/qemu/typedefs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/qemu/typedefs.h b/include/qemu/typedefs.h index 3bd9215..2a8d358 100644 --- a/include/qemu/typedefs.h +++ b/include/qemu/typedefs.h @@ -8,7 +8,6 @@ typedef struct AdapterInfo AdapterInfo; typedef struct AddressSpace AddressSpace; typedef struct AioContext AioContext; -typedef struct AllwinnerAHCIState AllwinnerAHCIState; typedef struct AudioState AudioState; typedef struct BdrvDirtyBitmap BdrvDirtyBitmap; typedef struct BdrvDirtyBitmapIter BdrvDirtyBitmapIter; |