On Fri, Oct 28, 2005 at 03:08:04PM -0500, Jake Moilanen wrote: > This patch exports the physical IO base address so drivers can pick it > up when using addresses from the device-tree. [...] > +unsigned long pci_io_base_phys; > +EXPORT_SYMBOL(pci_io_base_phys); Perhaps EXPORT_SYMBOL_GPL() instead? -Olof