]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/sysdev/mpic.c
MSI: Rename PCI_CAP_ID_HT_IRQCONF into PCI_CAP_ID_HT
[linux-2.6-omap-h63xx.git] / arch / powerpc / sysdev / mpic.c
index b604926401f501575c1832f23ea2b449c86504e5..723972bb5bd9c692d157a9e79bec10cba9a80ae4 100644 (file)
@@ -339,7 +339,7 @@ static void __init mpic_scan_ht_pic(struct mpic *mpic, u8 __iomem *devbase,
        for (pos = readb(devbase + PCI_CAPABILITY_LIST); pos != 0;
             pos = readb(devbase + pos + PCI_CAP_LIST_NEXT)) {
                u8 id = readb(devbase + pos + PCI_CAP_LIST_ID);
-               if (id == PCI_CAP_ID_HT_IRQCONF) {
+               if (id == PCI_CAP_ID_HT) {
                        id = readb(devbase + pos + 3);
                        if (id == 0x80)
                                break;