]> Git Repo - qemu.git/blobdiff - hw/nvram/nrf51_nvm.c
Merge remote-tracking branch 'remotes/stsquad/tags/pull-misc-fixes-070420-1' into...
[qemu.git] / hw / nvram / nrf51_nvm.c
index 4d678f994e7d7579d6328aeb5d9a63969eb76ab6..f2283c1a8d4aa27382c3538c1d44ec50397e915b 100644 (file)
@@ -369,7 +369,7 @@ static void nrf51_nvm_class_init(ObjectClass *klass, void *data)
 {
     DeviceClass *dc = DEVICE_CLASS(klass);
 
-    dc->props = nrf51_nvm_properties;
+    device_class_set_props(dc, nrf51_nvm_properties);
     dc->vmsd = &vmstate_nvm;
     dc->realize = nrf51_nvm_realize;
     dc->reset = nrf51_nvm_reset;
This page took 0.025941 seconds and 4 git commands to generate.