]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - hw/dma/bcm2835_dma.c
Include qemu/module.h where needed, drop it from qemu-common.h
[thirdparty/qemu.git] / hw / dma / bcm2835_dma.c
index 5d144a263324d37a4312dff47224c7d5c22da757..a39e8f496813f8c258a2d6e3e5206a3fd5e2aba0 100644 (file)
@@ -7,6 +7,7 @@
 #include "qapi/error.h"
 #include "hw/dma/bcm2835_dma.h"
 #include "qemu/log.h"
+#include "qemu/module.h"
 
 /* DMA CS Control and Status bits */
 #define BCM2708_DMA_ACTIVE      (1 << 0)