From: Nicolai Stange <nicstange@gmail.com>
To: Michal Simek <monstr@monstr.eu>
Cc: Bjorn Helgaas <bhelgaas@google.com>
Cc: Yinghai Lu <yinghai@kernel.org>
Cc: Yijing Wang <wangyijing@huawei.com>
Cc: Nicolai Stange <nicstange@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] microblaze: export symbol isa_io_base to modules
Date: Wed, 17 Jun 2015 22:18:21 +0200 [thread overview]
Message-ID: <878ubi5bsi.fsf@gmail.com> (raw)
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
reply other threads:[~2015-06-17 20:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878ubi5bsi.fsf@gmail.com \
--to=nicstange@gmail.com \
--cc=bhelgaas@google.com \
--cc=monstr@monstr.eu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.