From: Bjorn Helgaas Date: Wed, 17 Dec 2008 04:37:15 +0000 (-0700) Subject: PCI: sh: use generic INTx swizzle from PCI core X-Git-Tag: v2.6.29-rc1~181^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e55823492dde22f841ec7deeb4d61f195ecb7ed4;p=pandora-kernel.git PCI: sh: use generic INTx swizzle from PCI core Use the generic pci_common_swizzle() instead of arch-specific code. Note that pci_common_swizzle() loops based on dev->bus->self, not dev->bus->parent as the sh simple_swizzle() did. I think they are equivalent for this purpose. Signed-off-by: Bjorn Helgaas Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed