Revision 81a322d4 hw/wdt_i6300esb.c

b/hw/wdt_i6300esb.c
413 413
    return 0;
414 414
}
415 415

  
416
static void i6300esb_init(PCIDevice *dev)
416
static int i6300esb_init(PCIDevice *dev)
417 417
{
418 418
    I6300State *d = container_of(dev, I6300State, dev);
419 419
    uint8_t *pci_conf;
......
442 442

  
443 443
    register_savevm("i6300esb_wdt", -1, sizeof(I6300State),
444 444
                     i6300esb_save, i6300esb_load, d);
445

  
446
    return 0;
445 447
}
446 448

  
447 449
static WatchdogTimerModel model = {

Also available in: Unified diff