Revision 81a322d4 hw/lsi53c895a.c

b/hw/lsi53c895a.c
2163 2163
    return 0;
2164 2164
}
2165 2165

  
2166
static void lsi_scsi_init(PCIDevice *dev)
2166
static int lsi_scsi_init(PCIDevice *dev)
2167 2167
{
2168 2168
    LSIState *s = (LSIState *)dev;
2169 2169
    uint8_t *pci_conf;
......
2205 2205
    scsi_bus_new(&dev->qdev, lsi_scsi_attach);
2206 2206

  
2207 2207
    register_savevm("lsiscsi", -1, 0, lsi_scsi_save, lsi_scsi_load, s);
2208
    return 0;
2208 2209
}
2209 2210

  
2210 2211
static PCIDeviceInfo lsi_info = {

Also available in: Unified diff