Add "static" to please Sparse

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
Blue Swirl 2009-12-04 20:44:44 +00:00
parent 407f879abb
commit d05ac8faf5
10 changed files with 11 additions and 11 deletions

View file

@ -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,