board: seeed: 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:42:42 -06:00
parent 8973eebf29
commit cb9e4a0c14
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@
* Copyright (C) 2018 Stefan Roese <sr@denx.de>
*/
#include <common.h>
#include <init.h>
#include <asm/io.h>
#include <linux/bitops.h>

View File

@ -4,7 +4,7 @@
* Author: Navin Sankar Velliangiri <navin@linumiz.com>
*/
#include <common.h>
#include <config.h>
#include <init.h>
#include <spl.h>
#include <asm/arch/clock.h>