board: dhelectronics: 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:
@@ -4,7 +4,6 @@
|
|||||||
* Copyright 2022 DENX Software Engineering GmbH, Philip Oberfichtner <pro@denx.de>
|
* Copyright 2022 DENX Software Engineering GmbH, Philip Oberfichtner <pro@denx.de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <dm.h>
|
#include <dm.h>
|
||||||
#include <i2c_eeprom.h>
|
#include <i2c_eeprom.h>
|
||||||
#include <net.h>
|
#include <net.h>
|
||||||
|
@@ -4,9 +4,9 @@
|
|||||||
* Copyright 2022 DENX Software Engineering GmbH, Philip Oberfichtner <pro@denx.de>
|
* Copyright 2022 DENX Software Engineering GmbH, Philip Oberfichtner <pro@denx.de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <linux/errno.h>
|
||||||
#include <asm/arch/imx-regs.h>
|
#include <asm/arch/imx-regs.h>
|
||||||
#include <asm/arch/sys_proto.h>
|
#include <asm/arch/sys_proto.h>
|
||||||
#include <common.h>
|
|
||||||
#include <net.h>
|
#include <net.h>
|
||||||
#include "dh_imx.h"
|
#include "dh_imx.h"
|
||||||
|
|
||||||
|
@@ -5,7 +5,6 @@
|
|||||||
* Copyright (C) 2017 Marek Vasut <marex@denx.de>
|
* Copyright (C) 2017 Marek Vasut <marex@denx.de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <dm.h>
|
#include <dm.h>
|
||||||
#include <image.h>
|
#include <image.h>
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
|
@@ -5,7 +5,6 @@
|
|||||||
* Copyright (C) 2017 Marek Vasut <marex@denx.de>
|
* Copyright (C) 2017 Marek Vasut <marex@denx.de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <cpu_func.h>
|
#include <cpu_func.h>
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
#include <asm/arch/clock.h>
|
#include <asm/arch/clock.h>
|
||||||
|
@@ -3,7 +3,6 @@
|
|||||||
* Copyright 2022 Marek Vasut <marex@denx.de>
|
* Copyright 2022 Marek Vasut <marex@denx.de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
#include <asm-generic/gpio.h>
|
#include <asm-generic/gpio.h>
|
||||||
|
|
||||||
|
@@ -3,7 +3,6 @@
|
|||||||
* Copyright 2022 Marek Vasut <marex@denx.de>
|
* Copyright 2022 Marek Vasut <marex@denx.de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <asm/arch/clock.h>
|
#include <asm/arch/clock.h>
|
||||||
#include <asm/arch/ddr.h>
|
#include <asm/arch/ddr.h>
|
||||||
#include <asm/arch/sys_proto.h>
|
#include <asm/arch/sys_proto.h>
|
||||||
|
@@ -3,7 +3,6 @@
|
|||||||
* Copyright 2022 Marek Vasut <marex@denx.de>
|
* Copyright 2022 Marek Vasut <marex@denx.de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <hang.h>
|
#include <hang.h>
|
||||||
#include <image.h>
|
#include <image.h>
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
|
@@ -3,7 +3,6 @@
|
|||||||
* Copyright (C) 2018, STMicroelectronics - All Rights Reserved
|
* Copyright (C) 2018, STMicroelectronics - All Rights Reserved
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <adc.h>
|
#include <adc.h>
|
||||||
#include <log.h>
|
#include <log.h>
|
||||||
#include <net.h>
|
#include <net.h>
|
||||||
|
Reference in New Issue
Block a user