From: Chen Gang <gang.chen.5i5j@gmail.com>
To: Michal Simek <monstr@monstr.eu>,
grant.likely@linaro.org, tony@atomide.com, bhelgaas@google.com,
Benjamin Herrenschmidt <benh@kernel.crashing.org>,
rob.herring@calxeda.com, sebott@linux.vnet.ibm.com
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] arch/microblaze/pci/pci-common.c: Export 'isa_io_base' for compiling break
Date: Sun, 14 Sep 2014 16:48:31 +0800 [thread overview]
Message-ID: <5415565F.5090107@gmail.com> (raw)
In-Reply-To: <54155579.6040808@gmail.com>
After this patch, excluding many warnings, it can pass allmodconfig for
next-20140912.
Thanks.
On 09/14/2014 04:44 PM, Chen Gang wrote:
> Export it just like another architectures have done (e.g. powerpc). The
> related error with allmodconfig:
>
> 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" [drivers/ata/pata_artop.ko] undefined!
> ERROR: "isa_io_base" [drivers/ata/libata.ko] undefined!
> make[1]: *** [__modpost] Error 1
> make: *** [modules] Error 2
>
> Signed-off-by: Chen Gang <gang.chen.5i5j@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 9037914..6c57a6a 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)
>
--
Chen Gang
Open share and attitude like air water and life which God blessed
prev parent reply other threads:[~2014-09-14 8:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-14 8:44 [PATCH] arch/microblaze/pci/pci-common.c: Export 'isa_io_base' for compiling break Chen Gang
2014-09-14 8:48 ` Chen Gang [this message]
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=5415565F.5090107@gmail.com \
--to=gang.chen.5i5j@gmail.com \
--cc=benh@kernel.crashing.org \
--cc=bhelgaas@google.com \
--cc=grant.likely@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=monstr@monstr.eu \
--cc=rob.herring@calxeda.com \
--cc=sebott@linux.vnet.ibm.com \
--cc=tony@atomide.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox