]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/misc/puv3_pm.c
Include qemu/module.h where needed, drop it from qemu-common.h
[mirror_qemu.git] / hw / misc / puv3_pm.c
index afe191fbe1f3184ad05085b49e90212ec5e0af68..b538b4afbb166cb1fdba981355b9a9720f14bc93 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_PM "puv3_pm"
 #define PUV3_PM(obj) OBJECT_CHECK(PUV3PMState, (obj), TYPE_PUV3_PM)