]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/i386/pc_q35.c
hw/i386/pc: Inline pc_cmos_init() into pc_cmos_init_late() and remove it
[mirror_qemu.git] / hw / i386 / pc_q35.c
index df63a92b78e4313438a2c519aa66d4eb14eec426..1356c5d1077d12a20b427218ffdc5f12178478d8 100644 (file)
@@ -311,8 +311,6 @@ static void pc_q35_init(MachineState *machine)
         smbus_eeprom_init(pcms->smbus, 8, NULL, 0);
     }
 
-    pc_cmos_init(pcms, x86ms->rtc);
-
     /* the rest devices to which pci devfn is automatically assigned */
     pc_vga_init(isa_bus, pcms->pcibus);
     pc_nic_init(pcmc, isa_bus, pcms->pcibus);