]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/display/ssd0303.c
Include qemu/module.h where needed, drop it from qemu-common.h
[mirror_qemu.git] / hw / display / ssd0303.c
index 8edf34986cf2abed4fd301fe8f3f6e67ec74d809..f2a60c44c9e0a95d73b7fe846a9aca6c6d6f60be 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/i2c/i2c.h"
+#include "qemu/module.h"
 #include "ui/console.h"
 
 //#define DEBUG_SSD0303 1