From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nobuhiro Iwamatsu Date: Tue, 24 Feb 2009 16:38:41 +0900 Subject: [U-Boot] [PATCH] sh: Add support sh_eth to cpu of sh4 In-Reply-To: <200902240232.05696.vapier@gentoo.org> References: <49A39FC8.2000105@renesas.com> <200902240232.05696.vapier@gentoo.org> Message-ID: <49A3A401.7080002@renesas.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Mike Frysinger wrote: > On Tuesday 24 February 2009 02:20:40 Nobuhiro Iwamatsu wrote: >> Signed-off-by: Nobuhiro Iwamatsu >> --- >> cpu/sh4/cpu.c | 1 + >> 1 files changed, 1 insertions(+), 0 deletions(-) >> >> diff --git a/cpu/sh4/cpu.c b/cpu/sh4/cpu.c >> index 52b6cfd..be410ab 100644 >> --- a/cpu/sh4/cpu.c >> +++ b/cpu/sh4/cpu.c >> @@ -23,6 +23,7 @@ >> >> #include >> #include >> +#include >> #include >> #include > > this change doesnt really seem to jive with the changelog. adding a header > implies fixing of warning/build breakage, not "Add support sh_eth to cpu of > sh4" ... > -mike Thanks, I will change changelog and resend. Best regards, Nobuhiro