mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
Add "static" to please Sparse
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
407f879abb
commit
d05ac8faf5
10 changed files with 11 additions and 11 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue