]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - hw/i2c/omap_i2c.c
Include qemu/module.h where needed, drop it from qemu-common.h
[thirdparty/qemu.git] / hw / i2c / omap_i2c.c
index d02e734ea8eba5dac2650be2e47bf681f91df39c..d7ebeae8e2e258803500f23eaf3b60a882756806 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 "qemu/log.h"
+#include "qemu/module.h"
 #include "hw/hw.h"
 #include "hw/i2c/i2c.h"
 #include "hw/arm/omap.h"