]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/i2c/smbus_ich9.c
Include qemu/module.h where needed, drop it from qemu-common.h
[mirror_qemu.git] / hw / i2c / smbus_ich9.c
index 251d3d142ff9a5a6ef647f8c8ce1c74f8519cb13..51a03046a6ec9a442634af9696f8792a348099e5 100644 (file)
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, see <http://www.gnu.org/licenses/>
  */
+
 #include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/i2c/pm_smbus.h"
 #include "hw/pci/pci.h"
+#include "qemu/module.h"
 #include "sysemu/sysemu.h"
 
 #include "hw/i386/ich9.h"