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-isa.c | |
parent | 407f879abb7b3c9ad091f6dabb673dad06e549e8 (diff) |
Add "static" to please Sparse
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/ne2000-isa.c')
-rw-r--r-- | hw/ne2000-isa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ne2000-isa.c b/hw/ne2000-isa.c index d2e9283be3..03a5a1fbd5 100644 --- a/hw/ne2000-isa.c +++ b/hw/ne2000-isa.c @@ -50,7 +50,7 @@ static NetClientInfo net_ne2000_isa_info = { .cleanup = isa_ne2000_cleanup, }; -const VMStateDescription vmstate_isa_ne2000 = { +static const VMStateDescription vmstate_isa_ne2000 = { .name = "ne2000", .version_id = 2, .minimum_version_id = 0, |