board: cloos: 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>
This commit is contained in:
Tom Rini
2024-04-30 20:41:25 -06:00
parent 1fb701bd1b
commit 9e2191841c
2 changed files with 0 additions and 2 deletions

View File

@@ -3,7 +3,6 @@
* Copyright 2018 NXP
*/
#include <common.h>
#include <env.h>
#include <init.h>
#include <miiphy.h>

View File

@@ -3,7 +3,6 @@
* Copyright 2019 NXP
*/
#include <common.h>
#include <command.h>
#include <cpu_func.h>
#include <hang.h>