[PATCH] PCI: Export pci_cfg_space_size
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 13 Dec 2005 07:09:16 +0000 (18:09 +1100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 9 Jan 2006 20:13:19 +0000 (12:13 -0800)
commitac7dc65ac0b945270548414491efa9c4357417d9
tree62fb38b349d00d5f3956ab312d175fe33807ff70
parent498879417756effe6dc385ee04645a83d724fdef
[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 <benh@kernel.crashing.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/probe.c
include/linux/pci.h