diff options
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, |