]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/display/ssd0323.c
Include qemu/module.h where needed, drop it from qemu-common.h
[mirror_qemu.git] / hw / display / ssd0323.c
index e18289315755b544bbe81ee9fefe940881a07667..ac373f1e781b71879becdfc7545ff8507cab1d06 100644 (file)
 /* The controller can support a variety of different displays, but we only
    implement one.  Most of the commends relating to brightness and geometry
    setup are ignored. */
+
 #include "qemu/osdep.h"
 #include "hw/ssi/ssi.h"
+#include "qemu/module.h"
 #include "ui/console.h"
 
 //#define DEBUG_SSD0323 1