diff options
author | Tom Rini | 2024-04-30 20:42:31 -0600 |
---|---|---|
committer | Tom Rini | 2024-05-07 08:00:37 -0600 |
commit | 9a4289735be6efe3be63caece5af8d17dea3d547 (patch) | |
tree | 147fe20953ab94373510b762cb1d80570cd43f35 /board | |
parent | 9ac776b27c570de1d979199ac671e33457c7abe1 (diff) |
board: phytium: 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 <trini@konsulko.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/phytium/durian/durian.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/phytium/durian/durian.c b/board/phytium/durian/durian.c index 0a4048d4982..01e210fcdd1 100644 --- a/board/phytium/durian/durian.c +++ b/board/phytium/durian/durian.c @@ -5,7 +5,6 @@ * liuhao <liuhao@phytium.com.cn> */ -#include <common.h> #include <command.h> #include <cpu_func.h> #include <event.h> |