From: Bjorn Helgaas Date: Tue, 4 Mar 2008 18:56:52 +0000 (-0700) Subject: PCI: ia64: use generic pci_enable_resources() X-Git-Tag: v2.6.26-rc1~1119^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d981f163fe7af0c55db585fbf513a8e14803a6e8;p=pandora-kernel.git PCI: ia64: use generic pci_enable_resources() Use the generic pci_enable_resources() instead of the arch-specific code. Unlike this arch-specific code, the generic version: - does not check for a NULL dev pointer - skips resources that have neither IORESOURCE_IO nor IORESOURCE_MEM set Signed-off-by: Bjorn Helgaas Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed