X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Falpha%2Fkernel%2Fsys_dp264.c;h=9c9d1fd4155fc5e736c98d89e68d034cd8f2b9ef;hb=8ca7fe267f58462825729443f3e3b44ef4901cf0;hp=ab44c164d9d47e95ae80d84bd96fd39b9cf927a9;hpb=5439e726b54af8fdd958afa2ff42c4821eaf027a;p=linux-2.6-omap-h63xx.git diff --git a/arch/alpha/kernel/sys_dp264.c b/arch/alpha/kernel/sys_dp264.c index ab44c164d9d..9c9d1fd4155 100644 --- a/arch/alpha/kernel/sys_dp264.c +++ b/arch/alpha/kernel/sys_dp264.c @@ -481,7 +481,7 @@ monet_swizzle(struct pci_dev *dev, u8 *pinp) slot = PCI_SLOT(dev->devfn); break; } - pin = bridge_swizzle(pin, PCI_SLOT(dev->devfn)) ; + pin = pci_swizzle_interrupt_pin(dev, pin); /* Move up the chain of bridges. */ dev = dev->bus->self;