summaryrefslogtreecommitdiffstats
path: root/hw/ne2000.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/ne2000.c')
-rw-r--r--hw/ne2000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ne2000.c b/hw/ne2000.c
index e0655ff..d1416cf 100644
--- a/hw/ne2000.c
+++ b/hw/ne2000.c
@@ -663,7 +663,7 @@ const VMStateDescription vmstate_ne2000 = {
}
};
-const VMStateDescription vmstate_pci_ne2000 = {
+static const VMStateDescription vmstate_pci_ne2000 = {
.name = "ne2000",
.version_id = 3,
.minimum_version_id = 3,
OpenPOWER on IntegriCloud