board: friendlyarm: 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:49 -06:00
parent b8d59ba049
commit 33953563a9
4 changed files with 0 additions and 4 deletions

View File

@@ -5,7 +5,6 @@
*/
#include <config.h>
#include <common.h>
#include <command.h>
#include <fdt_support.h>
#include <log.h>

View File

@@ -5,7 +5,6 @@
*/
#include <config.h>
#include <common.h>
#include <i2c.h>
#include <asm/io.h>

View File

@@ -4,7 +4,6 @@
*/
#include <config.h>
#include <common.h>
#include <errno.h>
#include <fdtdec.h>
#include <fdt_support.h>

View File

@@ -5,7 +5,6 @@
*/
#include <config.h>
#include <common.h>
#include <errno.h>
#include <asm/io.h>
#include <asm/arch/clk.h>