ide: remove hw_regs_t typedef
[deliverable/linux.git] / 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");
 
This page took 0.026314 seconds and 5 git commands to generate.