[U-Boot] [PATCH] sh: Fix compile error for r2dplus

Ben Warren biggerbadderben at gmail.com
Thu Sep 11 23:06:35 CEST 2008


Wolfgang,

Nobuhiro Iwamatsu wrote:
> netdev.h was not include by r2dplus.
>
> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro at renesas.com>
> ---
>  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 <common.h>
>  #include <ide.h>
> +#include <netdev.h>
>  #include <asm/processor.h>
>  #include <asm/io.h>
>  #include <asm/pci.h>
>   
Please pull directly if convenient.

regards,
Ben


More information about the U-Boot mailing list