diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-30 20:41:58 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:25 -0600 |
commit | 5c1b46f98e02de47eeba0eab29f57a5341d04941 (patch) | |
tree | 9ca81ce6ba6b7e5df1ac5b9e007ae4f5dff1a0ee | |
parent | 7e65325ef5acc1489ad97eaf34655f7125c90105 (diff) |
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.
Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | board/hoperun/hihope-rzg2/hihope-rzg2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/hoperun/hihope-rzg2/hihope-rzg2.c b/board/hoperun/hihope-rzg2/hihope-rzg2.c index 68d3d300dc4..0966e257464 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> |