sparc/of: Move of_device fields into struct pdev_archdata
[deliverable/linux.git] / drivers / net / sunbmac.c
index 367e96f317d4d4df298a59945a2d3e3ca7ea9e73..0b10d24de051c54e3acf9bb2354f3d0bf1d1a4f3 100644 (file)
@@ -1201,7 +1201,7 @@ static int __devinit bigmac_ether_init(struct of_device *op,
        dev->watchdog_timeo = 5*HZ;
 
        /* Finish net device registration. */
-       dev->irq = bp->bigmac_op->irqs[0];
+       dev->irq = bp->bigmac_op->archdata.irqs[0];
        dev->dma = 0;
 
        if (register_netdev(dev)) {
This page took 0.037232 seconds and 5 git commands to generate.