]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/gpio/puv3_gpio.c
Include qemu/module.h where needed, drop it from qemu-common.h
[mirror_qemu.git] / hw / gpio / puv3_gpio.c
index 33241b8564cec4609fc18478a485d121956472c9..54d30cada25fc45782278b187f0b95781868838f 100644 (file)
@@ -8,12 +8,14 @@
  * published by the Free Software Foundation, or any later version.
  * See the COPYING file in the top-level directory.
  */
+
 #include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/sysbus.h"
 
 #undef DEBUG_PUV3
 #include "hw/unicore32/puv3.h"
+#include "qemu/module.h"
 
 #define TYPE_PUV3_GPIO "puv3_gpio"
 #define PUV3_GPIO(obj) OBJECT_CHECK(PUV3GPIOState, (obj), TYPE_PUV3_GPIO)