]> Pileus Git - ~andy/linux/blobdiff - drivers/ide/delkin_cb.c
tracing/kprobes: Add probe handler dispatcher to support perf and ftrace concurrent use
[~andy/linux] / drivers / ide / delkin_cb.c
index d4a76f22ed15bc23572d6ef5ad601dc57cabbf6b..1e10eba62ceb7ba97568da89b24162e2b09da2d0 100644 (file)
@@ -77,7 +77,7 @@ delkin_cb_probe (struct pci_dev *dev, const struct pci_device_id *id)
        struct ide_host *host;
        unsigned long base;
        int rc;
-       hw_regs_t hw, *hws[] = { &hw };
+       struct ide_hw hw, *hws[] = { &hw };
 
        rc = pci_enable_device(dev);
        if (rc) {