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

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

Acked-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2024-04-30 20:41:10 -06:00
parent e1be7f803a
commit 41bcd7305f
6 changed files with 0 additions and 6 deletions

View File

@ -3,7 +3,6 @@
* Copyright 2020 Compass Electronics Group, LLC
*/
#include <common.h>
#include <asm/global_data.h>
#include <asm/io.h>

View File

@ -4,7 +4,6 @@
*/
#include <linux/kernel.h>
#include <common.h>
#include <asm/arch/ddr.h>
#include <asm/arch/lpddr4_define.h>

View File

@ -1,6 +1,5 @@
// SPDX-License-Identifier: GPL-2.0+
#include <common.h>
#include <cpu_func.h>
#include <hang.h>
#include <init.h>

View File

@ -3,7 +3,6 @@
* Copyright 2020 Compass Electronics Group, LLC
*/
#include <common.h>
#include <hang.h>
#include <image.h>
#include <init.h>

View File

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/* Copyright 2023 Logic PD, Inc dba Beacon EmbeddedWorks */
#include <common.h>
#include <init.h>
#include <miiphy.h>
#include <asm/arch/sys_proto.h>

View File

@ -4,7 +4,6 @@
*
*/
#include <common.h>
#include <hang.h>
#include <init.h>
#include <log.h>