]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/eeprom93xx.c
ide: make a table 'const'
[mirror_qemu.git] / hw / eeprom93xx.c
index 43244e771eb25203276d5547487894c4e145b4ed..30a35340ad0bab175f3f617d067f4e8833afbacd 100644 (file)
@@ -107,7 +107,7 @@ static void put_unused(QEMUFile *f, void *pv, size_t size)
     exit(0);
 }
 
-const VMStateInfo vmstate_hack_uint16_from_uint8 = {
+static const VMStateInfo vmstate_hack_uint16_from_uint8 = {
     .name = "uint16_from_uint8",
     .get  = get_uint16_from_uint8,
     .put  = put_unused,