From: Bjorn Helgaas Date: Wed, 26 Feb 2014 22:18:44 +0000 (-0700) Subject: sparc/PCI: Use default pcibios_enable_device() (Leon only) X-Git-Tag: v3.15-rc1~143^2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6baf35f7957aa6986e6897734a0cc4eb442cf94;p=pandora-kernel.git sparc/PCI: Use default pcibios_enable_device() (Leon only) We don't need anything arch-specific in pcibios_enable_device() so drop the arch implementation and use the default generic one. Note that sparc has two pcibios_enable_device() implementations other than the one removed here. Signed-off-by: Bjorn Helgaas CC: Daniel Hellstrom