]> Pileus Git - ~andy/linux/blobdiff - drivers/ide/ide-pnp.c
tracing/kprobes: Add probe handler dispatcher to support perf and ftrace concurrent use
[~andy/linux] / drivers / ide / ide-pnp.c
index 6bca0f05ee90c791d8bbfcb91dfcb036336c935f..017b1df3b8054c476b8e7e3dbc3b4112d2d739fc 100644 (file)
@@ -37,7 +37,7 @@ static int idepnp_probe(struct pnp_dev *dev, const struct pnp_device_id *dev_id)
        struct ide_host *host;
        unsigned long base, ctl;
        int rc;
-       hw_regs_t hw, *hws[] = { &hw };
+       struct ide_hw hw, *hws[] = { &hw };
 
        printk(KERN_INFO DRV_NAME ": generic PnP IDE interface\n");