summaryrefslogtreecommitdiff
path: root/hw/vmware_vga.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/vmware_vga.c
parent407f879abb7b3c9ad091f6dabb673dad06e549e8 (diff)
downloadqemu-d05ac8faf57d5f0bc9310e41a3a9099397a778a5.tar.gz
Add "static" to please Sparse
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/vmware_vga.c')
-rw-r--r--hw/vmware_vga.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/vmware_vga.c b/hw/vmware_vga.c
index 24ea6205b0..240731a1b2 100644
--- a/hw/vmware_vga.c
+++ b/hw/vmware_vga.c
@@ -1063,7 +1063,7 @@ static int vmsvga_post_load(void *opaque, int version_id)
return 0;
}
-const VMStateDescription vmstate_vmware_vga_internal = {
+static const VMStateDescription vmstate_vmware_vga_internal = {
.name = "vmware_vga_internal",
.version_id = 0,
.minimum_version_id = 0,
@@ -1090,7 +1090,7 @@ const VMStateDescription vmstate_vmware_vga_internal = {
}
};
-const VMStateDescription vmstate_vmware_vga = {
+static const VMStateDescription vmstate_vmware_vga = {
.name = "vmware_vga",
.version_id = 0,
.minimum_version_id = 0,