aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pckbd.c
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2009-12-04 20:44:44 +0000
committerBlue Swirl <blauwirbel@gmail.com>2009-12-04 20:44:44 +0000
commitd05ac8faf57d5f0bc9310e41a3a9099397a778a5 (patch)
treed6b0ff6b75ff22d3e8e9b460749a799c68274f1b /hw/pckbd.c
parent407f879abb7b3c9ad091f6dabb673dad06e549e8 (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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pckbd.c b/hw/pckbd.c
index 7e0d68df2..7998aa66b 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,