diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-12-04 20:44:44 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-12-04 20:44:44 +0000 |
commit | d05ac8faf57d5f0bc9310e41a3a9099397a778a5 (patch) | |
tree | d6b0ff6b75ff22d3e8e9b460749a799c68274f1b /hw/ne2000.c | |
parent | 407f879abb7b3c9ad091f6dabb673dad06e549e8 (diff) |
Add "static" to please Sparse
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
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, |