]> Git Repo - qemu.git/blobdiff - hw/usb/hcd-ohci.c
hw/usb: Add missing 'static' attribute
[qemu.git] / hw / usb / hcd-ohci.c
index cace9458440281238f88facfe5ee2242089656c1..13afdf59190a3fa9c4041ea8da9e39d2da0fafb4 100644 (file)
@@ -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,
This page took 0.023636 seconds and 4 git commands to generate.