ide: set hwif->dev in ide_init_port_hw() (take 2)
[deliverable/linux.git] / include / linux / ide.h
index 15d5668198a6900b96f5505798696902894392ad..a6a2eccb65268c08d7bd0aea4c187155487a1891 100644 (file)
@@ -171,7 +171,7 @@ typedef struct hw_regs_s {
        int             irq;                    /* our irq number */
        ide_ack_intr_t  *ack_intr;              /* acknowledge interrupt */
        hwif_chipset_t  chipset;
-       struct device   *dev;
+       struct device   *dev, *parent;
 } hw_regs_t;
 
 void ide_init_port_data(struct hwif_s *, unsigned int);
This page took 0.02536 seconds and 5 git commands to generate.