From: Bjorn Helgaas Date: Wed, 26 Feb 2014 23:10:25 +0000 (-0700) Subject: tile PCI RC: Use default pcibios_enable_device() X-Git-Tag: v3.15-rc1~143^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05d58f6075bfab1f4ef424c6e5a3e22ecc09f015;p=pandora-kernel.git tile PCI RC: Use default pcibios_enable_device() We don't need anything arch-specific in pcibios_enable_device(), so drop the arch implementation and use the default generic one. Note: pci_enable_resources() checks that r->parent is non-NULL, which basically checks that pci_claim_resource() or request_resource() has been called for each BAR. I don't see where that happens for tile, but this patch doesn't change that behavior, so if it worked before, it should still work. Signed-off-by: Bjorn Helgaas Acked-by: Chris Metcalf --- Reading git-diff-tree failed