projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37cbfcc
)
hw/usb: Add missing 'static' attribute
author
Stefan Weil
<sw@weilnetz.de>
Mon, 7 Jul 2014 19:05:30 +0000
(21:05 +0200)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Fri, 18 Jul 2014 13:45:37 +0000
(17:45 +0400)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/usb/hcd-ohci.c
patch
|
blob
|
history
diff --git
a/hw/usb/hcd-ohci.c
b/hw/usb/hcd-ohci.c
index cace9458440281238f88facfe5ee2242089656c1..13afdf59190a3fa9c4041ea8da9e39d2da0fafb4 100644
(file)
--- a/
hw/usb/hcd-ohci.c
+++ b/
hw/usb/hcd-ohci.c
@@
-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,