hw/pcmcia: Remove PCMCIACardState from "qemu/typedefs.h"
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Fri, 11 Jan 2019 14:08:44 +0000 (15:08 +0100)
committerThomas Huth <thuth@redhat.com>
Tue, 22 Jan 2019 04:14:32 +0000 (05:14 +0100)
commit2274e7ddd16219439bf8eef5a606b1be0c6a47a3
tree5eea810c4f872b3ca310a7b640bbdce85c72ad23
parentfa9414e9694ebec033dd775bbb3b6ddf468f66c3
hw/pcmcia: Remove PCMCIACardState from "qemu/typedefs.h"

There is only one header file requiring this typedef (hw/arm/pxa.h),
let it include "hw/pcmcia.h" directly to simplify "qemu/typedefs.h".

To clean "qemu/typedefs.h", move the declaration to "hw/pcmcia.h"
(removing the forward declaration).

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
[thuth: slightly tweaked commit message]
Signed-off-by: Thomas Huth <thuth@redhat.com>
include/hw/arm/pxa.h
include/hw/pcmcia.h
include/qemu/typedefs.h