From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Thu, 11 Sep 2008 14:06:35 -0700 Subject: [U-Boot] [PATCH] sh: Fix compile error for r2dplus In-Reply-To: <48C8D6A2.7040303@renesas.com> References: <48C8D6A2.7040303@renesas.com> Message-ID: <48C9885B.7070206@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang, Nobuhiro Iwamatsu wrote: > netdev.h was not include by r2dplus. > > Signed-off-by: Nobuhiro Iwamatsu > --- > board/r2dplus/r2dplus.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/board/r2dplus/r2dplus.c b/board/r2dplus/r2dplus.c > index b962dd1..4e0c66a 100644 > --- a/board/r2dplus/r2dplus.c > +++ b/board/r2dplus/r2dplus.c > @@ -23,6 +23,7 @@ > > #include > #include > +#include > #include > #include > #include > Please pull directly if convenient. regards, Ben