]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/i2c/bitbang_i2c.c
Include qemu/module.h where needed, drop it from qemu-common.h
[mirror_qemu.git] / hw / i2c / bitbang_i2c.c
index 8be88ee265c130c1dcdaf67c327f962606e0bcd7..5dfc72d9d7b72e97400939a4d136415a3dd5b73d 100644 (file)
@@ -9,10 +9,12 @@
  * Contributions after 2012-01-13 are licensed under the terms of the
  * GNU GPL, version 2 or (at your option) any later version.
  */
+
 #include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "bitbang_i2c.h"
 #include "hw/sysbus.h"
+#include "qemu/module.h"
 
 //#define DEBUG_BITBANG_I2C