From: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
To: Adrian Bunk <bunk@kernel.org>
Cc: Paul Mundt <lethal@linux-sh.org>,
linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: sh se7750_defconfig compile error
Date: Tue, 29 Jul 2008 05:33:37 +0000 [thread overview]
Message-ID: <488EABB1.2070008@renesas.com> (raw)
In-Reply-To: <20080728214039.GE7713@cs181140183.pp.htv.fi>
Hi, Adrian.
Thank you for your check and report.
I will fix this soon.
Best regards,
Nobuhiro
Adrian Bunk wrote:
> Commit ffb91ad2751723bcc9925cd38e37013e2169e256
> (sh: Solution Enginge 7710/7712 SH-Ether support)
> causes the following compile error with se7750_defconfig:
>
> <-- snip -->
>
> ...
> CC arch/sh/boards/se/770x/setup.o
> /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/sh/boards/se/770x/setup.c:134: error: 'PHY_ID' undeclared here (not in a function)
> make[2]: *** [arch/sh/boards/se/770x/setup.o] Error 1
>
> <-- snip -->
>
> The patch did:
> #if defined(CONFIG_CPU_SUBTYPE_SH7710)
> # define PHY_ID 0x00
> #elif defined(CONFIG_CPU_SUBTYPE_SH7712)
> # define PHY_ID 0x01
> #endif
>
> But in this case we have CONFIG_CPU_SUBTYPE_SH7750.
>
> cu
> Adrian
>
WARNING: multiple messages have this Message-ID (diff)
From: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
To: Adrian Bunk <bunk@kernel.org>
Cc: Paul Mundt <lethal@linux-sh.org>,
linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: sh se7750_defconfig compile error
Date: Tue, 29 Jul 2008 14:33:37 +0900 [thread overview]
Message-ID: <488EABB1.2070008@renesas.com> (raw)
In-Reply-To: <20080728214039.GE7713@cs181140183.pp.htv.fi>
Hi, Adrian.
Thank you for your check and report.
I will fix this soon.
Best regards,
Nobuhiro
Adrian Bunk wrote:
> Commit ffb91ad2751723bcc9925cd38e37013e2169e256
> (sh: Solution Enginge 7710/7712 SH-Ether support)
> causes the following compile error with se7750_defconfig:
>
> <-- snip -->
>
> ...
> CC arch/sh/boards/se/770x/setup.o
> /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/sh/boards/se/770x/setup.c:134: error: 'PHY_ID' undeclared here (not in a function)
> make[2]: *** [arch/sh/boards/se/770x/setup.o] Error 1
>
> <-- snip -->
>
> The patch did:
> #if defined(CONFIG_CPU_SUBTYPE_SH7710)
> # define PHY_ID 0x00
> #elif defined(CONFIG_CPU_SUBTYPE_SH7712)
> # define PHY_ID 0x01
> #endif
>
> But in this case we have CONFIG_CPU_SUBTYPE_SH7750.
>
> cu
> Adrian
>
next prev parent reply other threads:[~2008-07-29 5:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-28 21:40 sh se7750_defconfig compile error Adrian Bunk
2008-07-28 21:40 ` Adrian Bunk
2008-07-29 5:33 ` Nobuhiro Iwamatsu [this message]
2008-07-29 5:33 ` Nobuhiro Iwamatsu
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=488EABB1.2070008@renesas.com \
--to=iwamatsu.nobuhiro@renesas.com \
--cc=bunk@kernel.org \
--cc=lethal@linux-sh.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sh@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.