board: alliedtelesis: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Reviewed-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2024-04-30 20:41:01 -06:00
parent 2577179bb7
commit 19b3153619
5 changed files with 2 additions and 5 deletions

View File

@@ -4,7 +4,6 @@
* Allied Telesis <www.alliedtelesis.com>
*/
#include <common.h>
#include <init.h>
#include <net.h>
#include <asm/global_data.h>

View File

@@ -4,7 +4,6 @@
* Allied Telesis <www.alliedtelesis.com>
*/
#include <common.h>
#include <init.h>
#include <miiphy.h>
#include <net.h>

View File

@@ -3,7 +3,6 @@
* Copyright (C) 2018 Allied Telesis Labs
*/
#include <common.h>
#include <dm.h>
#include <asm/global_data.h>
#include <asm/gpio.h>

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
#include <common.h>
#include <config.h>
#include <asm/global_data.h>
DECLARE_GLOBAL_DATA_PTR;

View File

@@ -3,7 +3,7 @@
* Copyright (C) 2017 Allied Telesis Labs
*/
#include <common.h>
#include <config.h>
#include <command.h>
#include <dm.h>
#include <env.h>