From 34f9f0b5802a6ff9ec0be00810f7910d3935df3e Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Fri, 21 Jan 2011 13:12:11 +0300 Subject: spitz: make sl-nand emulation use qdev infrastructure Switch sl-nand emulation to use qdev and vmstate. Also drop ecc_get/_put functions as sl-nand was the only user of that code. Signed-off-by: Dmitry Eremin-Solenikov Signed-off-by: Andrzej Zaborowski --- hw/onenand.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/onenand.c') diff --git a/hw/onenand.c b/hw/onenand.c index d9cdcf2..71c1ab4 100644 --- a/hw/onenand.c +++ b/hw/onenand.c @@ -19,6 +19,7 @@ */ #include "qemu-common.h" +#include "hw.h" #include "flash.h" #include "irq.h" #include "blockdev.h" -- cgit v1.1