struct ide_host *host;
unsigned long base;
int rc;
- hw_regs_t hw, *hws[] = { &hw, NULL, NULL, NULL };
+ hw_regs_t hw, *hws[] = { &hw };
rc = pci_enable_device(dev);
if (rc) {
hw.irq = dev->irq;
hw.dev = &dev->dev;
- rc = ide_host_add(&delkin_cb_port_info, hws, &host);
+ rc = ide_host_add(&delkin_cb_port_info, hws, 1, &host);
if (rc)
goto out_disable;