diff options
Diffstat (limited to 'hw/nand.c')
| -rw-r--r-- | hw/nand.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/nand.c b/hw/nand.c index 40d5a6a736..cd7444f9a5 100644 --- a/hw/nand.c +++ b/hw/nand.c @@ -13,9 +13,8 @@ # include "hw.h" # include "flash.h" -# include "block.h" +# include "blockdev.h" /* FIXME: Pass block device as an argument. */ -# include "sysemu.h" # define NAND_CMD_READ0 0x00 # define NAND_CMD_READ1 0x01 |