]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - sound/sparc/dbri.c
sparc/of: Move of_device fields into struct pdev_archdata
[net-next-2.6.git] / sound / sparc / dbri.c
index 1557bf132e732fe172a383f3f64cec7ca4bb27f4..491ce71c84b60ee54b18a91d99ed53884d3c0d7b 100644 (file)
@@ -2608,7 +2608,7 @@ static int __devinit dbri_probe(struct of_device *op, const struct of_device_id
                return -ENOENT;
        }
 
-       irq = op->irqs[0];
+       irq = op->archdata.irqs[0];
        if (irq <= 0) {
                printk(KERN_ERR "DBRI-%d: No IRQ.\n", dev);
                return -ENODEV;