Hi Tom, > Subject: [PATCH 071/149] board: hoperun: Remove <common.h> and add needed > includes > > Remove <common.h> from this board vendor directory and when needed add > missing include files > directly. > > Signed-off-by: Tom Rini <tr...@konsulko.com>
Reviewed-by: Biju Das <biju.das...@bp.renesas.com> > --- > Cc: Biju Das <biju.das...@bp.renesas.com> > --- > board/hoperun/hihope-rzg2/hihope-rzg2.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/board/hoperun/hihope-rzg2/hihope-rzg2.c > b/board/hoperun/hihope-rzg2/hihope-rzg2.c > index 68d3d300dc40..0966e257464a 100644 > --- a/board/hoperun/hihope-rzg2/hihope-rzg2.c > +++ b/board/hoperun/hihope-rzg2/hihope-rzg2.c > @@ -6,7 +6,6 @@ > * Copyright (C) 2021 Renesas Electronics Corporation > */ > > -#include <common.h> > #include <asm/global_data.h> > #include <asm/io.h> > #include <asm/processor.h> > -- > 2.34.1