Skip to content

Commit

Permalink
hw/usb: Add missing 'static' attribute
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
  • Loading branch information
stweil authored and Michael Tokarev committed Jul 18, 2014
1 parent 37cbfcc commit b9b45b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/usb/hcd-ohci.c
Original file line number Diff line number Diff line change
Expand Up @@ -2021,7 +2021,7 @@ static const VMStateDescription vmstate_ohci_eof_timer = {
},
};

const VMStateDescription vmstate_ohci_state = {
static const VMStateDescription vmstate_ohci_state = {
.name = "ohci-core",
.version_id = 1,
.minimum_version_id = 1,
Expand Down

0 comments on commit b9b45b4

Please sign in to comment.