From b1d8e52e636fd2c137e5abb2d59b331473e0930d Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Sun, 26 Oct 2008 13:43:07 +0000 Subject: Fix undeclared symbol warnings from sparse git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5539 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/nand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/nand.c') diff --git a/hw/nand.c b/hw/nand.c index 294a83f..11f8efc 100644 --- a/hw/nand.c +++ b/hw/nand.c @@ -106,7 +106,7 @@ struct nand_flash_s { # include "nand.c" /* Information based on Linux drivers/mtd/nand/nand_ids.c */ -struct nand_info_s { +static const struct nand_info_s { int size; int width; int page_shift; -- cgit v1.1