From: Michal Simek <monstr@monstr.eu>
To: Fengguang Wu <fengguang.wu@intel.com>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] microblaze/PCI: export isa_io_base to fix link errors
Date: Tue, 22 Mar 2016 01:24:53 +0100 [thread overview]
Message-ID: <56F090D5.7030306@monstr.eu> (raw)
In-Reply-To: <20160317023628.GA8680@wfg-t540p.sh.intel.com>
[-- Attachment #1.1: Type: text/plain, Size: 1981 bytes --]
On 17.3.2016 03:36, Fengguang Wu wrote:
> 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" [drivers/watchdog/wdt_pci.ko] undefined!
> ERROR: "isa_io_base" [drivers/watchdog/pcwd_pci.ko] undefined!
> ERROR: "isa_io_base" [drivers/video/vgastate.ko] undefined!
> ...
> ERROR: "isa_io_base" [drivers/video/fbdev/cirrusfb.ko] undefined!
> ERROR: "isa_io_base" [drivers/video/fbdev/arkfb.ko] undefined!
> ERROR: "isa_io_base" [drivers/usb/host/uhci-hcd.ko] undefined!
> ERROR: "isa_io_base" [drivers/usb/host/isp1362-hcd.ko] undefined!
> ERROR: "isa_io_base" [drivers/tty/serial/jsm/jsm.ko] undefined!
> ERROR: "isa_io_base" [drivers/tty/serial/8250/8250_pci.ko] undefined!
> ...
> ERROR: "isa_io_base" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
> ERROR: "isa_io_base" [drivers/scsi/ppa.ko] undefined!
>
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.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)
>
Applied.
Thanks,
Michal
--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
prev parent reply other threads:[~2016-03-22 0:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-17 2:36 [PATCH] microblaze/PCI: export isa_io_base to fix link errors Fengguang Wu
2016-03-22 0:24 ` Michal Simek [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=56F090D5.7030306@monstr.eu \
--to=monstr@monstr.eu \
--cc=fengguang.wu@intel.com \
--cc=linux-kernel@vger.kernel.org \
/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.