diff options
| author | Tom Rini <[email protected]> | 2024-04-30 20:42:16 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-07 08:00:25 -0600 |
| commit | 44e09d96b29ee8f6a48e2b968948ebffce02661d (patch) | |
| tree | 8ec4ff53585e90f8e12cbf4806dbe3405bcca589 | |
| parent | 1e9179fd7b5969dbfa2e4900d6ce5afb0b77defc (diff) | |
board: menlo: 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 <[email protected]>
| -rw-r--r-- | board/menlo/m53menlo/m53menlo.c | 1 | ||||
| -rw-r--r-- | board/menlo/mx8menlo/mx8menlo.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/board/menlo/m53menlo/m53menlo.c b/board/menlo/m53menlo/m53menlo.c index b8dffb0e485..79351f47273 100644 --- a/board/menlo/m53menlo/m53menlo.c +++ b/board/menlo/m53menlo/m53menlo.c @@ -6,7 +6,6 @@ * Copyright (C) 2014-2017 Olaf Mandel <[email protected]> */ -#include <common.h> #include <dm.h> #include <init.h> #include <malloc.h> diff --git a/board/menlo/mx8menlo/mx8menlo.c b/board/menlo/mx8menlo/mx8menlo.c index 18f5fd5c5ee..f47b45c1d56 100644 --- a/board/menlo/mx8menlo/mx8menlo.c +++ b/board/menlo/mx8menlo/mx8menlo.c @@ -3,7 +3,6 @@ * Copyright 2021-2022 Marek Vasut <[email protected]> */ -#include <common.h> #include <asm/arch/clock.h> #include <asm/arch/imx8mm_pins.h> #include <asm/arch/sys_proto.h> |
