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/twl92230.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/twl92230.c') diff --git a/hw/twl92230.c b/hw/twl92230.c index b1b2ac9..e61f17f 100644 --- a/hw/twl92230.c +++ b/hw/twl92230.c @@ -756,7 +756,7 @@ static void put_int32_as_uint16(QEMUFile *f, void *pv, size_t size) qemu_put_be16(f, *v); } -const VMStateInfo vmstate_hack_int32_as_uint16 = { +static const VMStateInfo vmstate_hack_int32_as_uint16 = { .name = "int32_as_uint16", .get = get_int32_as_uint16, .put = put_int32_as_uint16, -- cgit v1.1