public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] microblaze: export symbol isa_io_base to modules
@ 2015-06-17 20:18 Nicolai Stange
  0 siblings, 0 replies; only message in thread
From: Nicolai Stange @ 2015-06-17 20:18 UTC (permalink / raw)
  To: Michal Simek
  Cc: Bjorn Helgaas, Yinghai Lu, Yijing Wang, Nicolai Stange,
	linux-kernel

Fix allmodconfig linking failer on microblaze:
  ERROR: "isa_io_base" [sound/pci/vx222/snd-vx222.ko] undefined!
  [...]

Export the .bss symbol isa_io_base from pci-common.c by means of
EXPORT_SYMBOL.

Signed-off-by: Nicolai Stange <nicstange@gmail.com>
---
 arch/microblaze/pci/pci-common.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/microblaze/pci/pci-common.c b/arch/microblaze/pci/pci-common.c
index ae838ed..3252881 100644
--- a/arch/microblaze/pci/pci-common.c
+++ b/arch/microblaze/pci/pci-common.c
@@ -48,6 +48,7 @@ static int global_phb_number;		/* Global phb counter */
 resource_size_t isa_mem_base;
 
 unsigned long isa_io_base;
+EXPORT_SYMBOL(isa_io_base);
 static int pci_bus_count;
 
 struct pci_controller *pcibios_alloc_controller(struct device_node *dev)
-- 
2.4.3


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-17 20:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-17 20:18 [PATCH] microblaze: export symbol isa_io_base to modules Nicolai Stange

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox