powerpc: Convert to new irq_* function names
[deliverable/linux.git] / arch / powerpc / kernel / pci-common.c
index 3cd85faa8ac66e3c251a98805d789060dbffce2d..893af2a9cd03a53bfb6e5b6d2d37cdb1cac63026 100644 (file)
@@ -261,7 +261,7 @@ int pci_read_irq_line(struct pci_dev *pci_dev)
 
                virq = irq_create_mapping(NULL, line);
                if (virq != NO_IRQ)
-                       set_irq_type(virq, IRQ_TYPE_LEVEL_LOW);
+                       irq_set_irq_type(virq, IRQ_TYPE_LEVEL_LOW);
        } else {
                pr_debug(" Got one, spec %d cells (0x%08x 0x%08x...) on %s\n",
                         oirq.size, oirq.specifier[0], oirq.specifier[1],
This page took 0.030376 seconds and 5 git commands to generate.