]> Git Repo - qemu.git/blobdiff - hw/block/onenand.c
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190703-pull-request' into...
[qemu.git] / hw / block / onenand.c
index f11118a6876e2e855ec70a5832161fcff72e8829..b3644f7e897bb009e4958faf4d0be006125e4a4d 100644 (file)
@@ -20,7 +20,6 @@
 
 #include "qemu/osdep.h"
 #include "qapi/error.h"
-#include "qemu-common.h"
 #include "hw/hw.h"
 #include "hw/block/flash.h"
 #include "hw/irq.h"
@@ -29,6 +28,7 @@
 #include "hw/sysbus.h"
 #include "qemu/error-report.h"
 #include "qemu/log.h"
+#include "qemu/module.h"
 
 /* 11 for 2kB-page OneNAND ("2nd generation") and 10 for 1kB-page chips */
 #define PAGE_SHIFT     11
This page took 0.02204 seconds and 4 git commands to generate.