board: cssi: Remove usage of common.h

Remove inclusion of common.h and add relevant
includes when necessary.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
This commit is contained in:
Christophe Leroy 2023-11-06 19:12:05 +01:00 committed by Tom Rini
parent 80ac19fd56
commit 15e871fc5d
6 changed files with 2 additions and 6 deletions

View file

@ -9,7 +9,6 @@
*/
#include <env.h>
#include <common.h>
#include <mpc8xx.h>
#include <asm/cpm_8xx.h>
#include <asm/io.h>

View file

@ -7,7 +7,6 @@
*/
#include <config.h>
#include <common.h>
#include <nand.h>
#include <linux/bitops.h>
#include <linux/mtd/rawnand.h>

View file

@ -4,13 +4,14 @@
* Charles Frey <charles.frey@c-s.fr>
*/
#include <common.h>
#include <linux/sizes.h>
#include <linux/delay.h>
#include <init.h>
#include <asm/io.h>
#include <mpc8xx.h>
#include <watchdog.h>
#include <asm/ppc.h>
#include <asm/immap_8xx.h>
DECLARE_GLOBAL_DATA_PTR;

View file

@ -4,7 +4,6 @@
*/
#include <command.h>
#include <common.h>
#include <dm.h>
#include <env.h>
#include <env_internal.h>

View file

@ -7,7 +7,6 @@
* Board specific routines for the MCR3000 board
*/
#include <common.h>
#include <env.h>
#include <hwconfig.h>
#include <init.h>

View file

@ -6,7 +6,6 @@
*/
#include <config.h>
#include <common.h>
#include <nand.h>
#include <linux/mtd/rawnand.h>
#include <asm/io.h>