From: Arnd Bergmann Date: Sun, 4 Sep 2011 20:30:06 +0000 (+0200) Subject: ARM: pci: always export pcibios_bus_to_resource X-Git-Tag: v3.2-rc1~189^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b214bea525c5b62f6f8984557022e4593c441205;p=pandora-kernel.git ARM: pci: always export pcibios_bus_to_resource Some PCI drivers call pcibios_bus_to_resource directly, but it is only exported when CONFIG_HOTPLUG is set, because it was initially mean for pccard support. Moving the export out of the #ifdef lets us avoid these build errors: ERROR: "pcibios_bus_to_resource" [drivers/video/vt8623fb.ko] undefined! ERROR: "pcibios_bus_to_resource" [drivers/video/arkfb.ko] undefined! ERROR: "pcibios_bus_to_resource" [drivers/video/s3fb.ko] undefined! Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed