diff options
Diffstat (limited to 'hw/ne2000.c')
-rw-r--r-- | hw/ne2000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ne2000.c b/hw/ne2000.c index e0655ffa4c..d1416cfb7f 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, |