From: Joe Perches <joe@perches.com>
To: Yoichi Yuasa <yuasa@linux-mips.org>
Cc: Ralf Baechle <ralf@linux-mips.org>,
linux-mips <linux-mips@linux-mips.org>
Subject: Re: MIPS: fix rc32434 pci build error
Date: Tue, 26 Jul 2011 20:36:43 -0700 [thread overview]
Message-ID: <1311737803.21169.2.camel@Joe-Laptop> (raw)
In-Reply-To: <20110727121901.9ef04d00.yuasa@linux-mips.org>
On Wed, 2011-07-27 at 12:19 +0900, Yoichi Yuasa wrote:
> arch/mips/pci/pci-rc32434.c: In function 'rc32434_pci_init':
> arch/mips/pci/pci-rc32434.c:217:16: error: 'rcrc32434_res_pci_io1' undeclared (first use in this function)
> arch/mips/pci/pci-rc32434.c:217:16: note: each undeclared identifier is reported only once for each function it appears in
> make[1]: *** [arch/mips/pci/pci-rc32434.o] Error 1
> This problem is included in the following commit.
> commit 28f65c11f2ffb3957259dece647a24f8ad2e241b
> Author: Joe Perches <joe@perches.com>
[]
> diff --git a/arch/mips/pci/pci-rc32434.c b/arch/mips/pci/pci-rc32434.c
[]
> io_map_base = ioremap(rc32434_res_pci_io1.start,
> - resource_size(&rcrc32434_res_pci_io1));
> + resource_size(&rc32434_res_pci_io1));
Sorry 'bout that, not sure how that happened.
next prev parent reply other threads:[~2011-07-27 3:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-27 3:19 MIPS: fix rc32434 pci build error Yoichi Yuasa
2011-07-27 3:36 ` Joe Perches [this message]
2011-07-27 8:29 ` Ralf Baechle
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=1311737803.21169.2.camel@Joe-Laptop \
--to=joe@perches.com \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.org \
--cc=yuasa@linux-mips.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.