lkml.org 
[lkml]   [2016]   [Mar]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] arch/microblaze: export isa_io_base to modules
Date
As discovered by the kbuild test robot, an allmodconfig build on
microblaze bails out with

ERROR: "isa_io_base" [sound/pci/vx222/snd-vx222.ko] undefined!
ERROR: "isa_io_base" [sound/pci/trident/snd-trident.ko] undefined!
ERROR: "isa_io_base" [sound/pci/snd-via82xx.ko] undefined!
ERROR: "isa_io_base" [sound/pci/snd-via82xx-modem.ko] undefined!
ERROR: "isa_io_base" [sound/pci/snd-sonicvibes.ko] undefined!
[... plus dozens more throughout the tree]

Export isa_io_base to modules by means of EXPORT_SYMBOL().

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

diff --git a/arch/microblaze/pci/pci-common.c b/arch/microblaze/pci/pci-common.c
index ae838ed..fba7a46 100644
--- a/arch/microblaze/pci/pci-common.c
+++ b/arch/microblaze/pci/pci-common.c
@@ -48,6 +48,8 @@ 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.7.2
\
 
 \ /
  Last update: 2016-03-07 21:01    [W:1.440 / U:0.048 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site