From d05ac8faf57d5f0bc9310e41a3a9099397a778a5 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Fri, 4 Dec 2009 20:44:44 +0000 Subject: Add "static" to please Sparse Signed-off-by: Blue Swirl --- hw/eeprom93xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/eeprom93xx.c') diff --git a/hw/eeprom93xx.c b/hw/eeprom93xx.c index 43244e7..30a3534 100644 --- a/hw/eeprom93xx.c +++ b/hw/eeprom93xx.c @@ -107,7 +107,7 @@ static void put_unused(QEMUFile *f, void *pv, size_t size) exit(0); } -const VMStateInfo vmstate_hack_uint16_from_uint8 = { +static const VMStateInfo vmstate_hack_uint16_from_uint8 = { .name = "uint16_from_uint8", .get = get_uint16_from_uint8, .put = put_unused, -- cgit v1.1