board: work-microwave: 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:43:13 -06:00
parent 791e888577
commit 2374221dcb
3 changed files with 1 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
* Written-by: Albert ARIBAUD <albert.aribaud@3adev.fr>
*/
#include <common.h>
#include <config.h>
#include <init.h>
#include <asm/global_data.h>
#include <asm/io.h>

View File

@@ -10,7 +10,6 @@
* MAX518 I2C DACs and native LPC32xx GPO 15.
*/
#include <common.h>
#include <command.h>
#include <log.h>
#include <asm/arch/sys_proto.h>

View File

@@ -6,7 +6,6 @@
* Written-by: Albert ARIBAUD <albert.aribaud@3adev.fr>
*/
#include <common.h>
#include <asm/io.h>
#include <asm/arch/sys_proto.h>
#include <asm/arch/cpu.h>