From: Benjamin Herrenschmidt Date: Tue, 13 Dec 2005 07:09:16 +0000 (+1100) Subject: [PATCH] PCI: Export pci_cfg_space_size X-Git-Tag: v2.6.16-rc1~654^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac7dc65ac0b945270548414491efa9c4357417d9;p=pandora-kernel.git [PATCH] PCI: Export pci_cfg_space_size The powerpc PCI code sets up the PCI tree without doing config space accesses in most cases, from the firmware tree. However, it still wants to call pci_cfg_space_size() under some conditions, thus it needs to be made non-static (though I don't see a point to export it to modules). Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed