board: keymile: 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: Holger Brunck <holger.brunck@hitachienergy.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2024-04-30 20:42:05 -06:00
parent c6cd26838f
commit febc01caed
6 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
* Holger Brunck, Keymile GmbH Hannover, holger.brunck@keymile.com
*/
#include <common.h>
#include <config.h>
#include <env.h>
#include <ioports.h>
#include <command.h>

View File

@@ -4,10 +4,11 @@
* Holger Brunck, Keymile GmbH Hannover, holger.brunck@keymile.com
*/
#include <common.h>
#include <cli_hush.h>
#include <env.h>
#include <i2c.h>
#include <stdio.h>
#include <vsprintf.h>
#include "common.h"
#define MAC_STR_SZ 20

View File

@@ -4,7 +4,7 @@
* Valentin Longchamp <valentin.longchamp@keymile.com>
*/
#include <common.h>
#include <config.h>
#include <asm/io.h>
#include <linux/bitops.h>

View File

@@ -13,7 +13,7 @@
* Heiko Schocher, DENX Software Engineering, hs@denx.de.
*/
#include <common.h>
#include <config.h>
#include <env.h>
#include <event.h>
#include <fdt_support.h>

View File

@@ -4,7 +4,7 @@
* Copyright 2020 Hitachi Power Grids. All rights reserved.
*/
#include <common.h>
#include <config.h>
#include <fsl_ddr_sdram.h>
#include <fsl_ddr_dimm_params.h>
#include <asm/io.h>

View File

@@ -2,7 +2,6 @@
/*
* Copyright (C) 2017-2020 Hitachi Power Grids
*/
#include <common.h>
#include <i2c.h>
#include <asm/gpio.h>