diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-12-04 20:44:44 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-12-04 20:44:44 +0000 |
commit | d05ac8faf57d5f0bc9310e41a3a9099397a778a5 (patch) | |
tree | d6b0ff6b75ff22d3e8e9b460749a799c68274f1b /hw/pckbd.c | |
parent | 407f879abb7b3c9ad091f6dabb673dad06e549e8 (diff) |
Add "static" to please Sparse
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/pckbd.c')
-rw-r--r-- | hw/pckbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pckbd.c b/hw/pckbd.c index 7e0d68df2b..7998aa66b5 100644 --- a/hw/pckbd.c +++ b/hw/pckbd.c @@ -414,7 +414,7 @@ typedef struct ISAKBDState { KBDState kbd; } ISAKBDState; -const VMStateDescription vmstate_kbd_isa = { +static const VMStateDescription vmstate_kbd_isa = { .name = "pckbd", .version_id = 3, .minimum_version_id = 3, |