From: pavel@ucw.cz (Pavel Machek)
To: linux-arm-kernel@lists.infradead.org
Subject: 2.6.32-rc7: compile regression on spitz
Date: Sun, 22 Nov 2009 00:46:11 +0100 [thread overview]
Message-ID: <20091121234611.GG1411@ucw.cz> (raw)
In-Reply-To: <20091118090100.GA1399@ucw.cz>
On Wed 2009-11-18 10:01:00, Pavel Machek wrote:
>
> If CONFIG_AKITA is not set, spitz fails to compile. It worked ok in
> rc5. Fix is one more ifdef...
>
> Signed-off-by: Pavel Machek <pavel@ucw.cz>
Eric, this being after-rc5 regression... it would be nice to actually
fix it for final...
Pavel
> --- a/arch/arm/mach-pxa/spitz.c 2009-11-17 17:10:21.000000000 +0100
> +++ b/arch/arm/mach-pxa/spitz.c 2009-11-18 05:55:21.000000000 +0100
> @@ -802,10 +802,12 @@
> {
> spitz_ficp_platform_data.gpio_pwdown = SPITZ_GPIO_IR_ON;
>
> +#ifdef CONFIG_MACH_BORZOI
> if (machine_is_borzoi()) {
> sharpsl_nand_platform_data.badblock_pattern = &sharpsl_akita_bbt;
> sharpsl_nand_platform_data.ecc_layout = &akita_oobinfo;
> }
> +#endif
>
> platform_scoop_config = &spitz_pcmcia_config;
>
>
>
>
>
>
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
prev parent reply other threads:[~2009-11-21 23:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-18 9:01 2.6.32-rc7: compile regression on spitz Pavel Machek
2009-11-18 14:38 ` Stanislav Brabec
2009-11-22 15:33 ` Eric Miao
2009-11-21 23:46 ` Pavel Machek [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=20091121234611.GG1411@ucw.cz \
--to=pavel@ucw.cz \
--cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).