mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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:
parent
80ac19fd56
commit
15e871fc5d
6 changed files with 2 additions and 6 deletions
|
@ -9,7 +9,6 @@
|
|||
*/
|
||||
|
||||
#include <env.h>
|
||||
#include <common.h>
|
||||
#include <mpc8xx.h>
|
||||
#include <asm/cpm_8xx.h>
|
||||
#include <asm/io.h>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include <common.h>
|
||||
#include <nand.h>
|
||||
#include <linux/bitops.h>
|
||||
#include <linux/mtd/rawnand.h>
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
*/
|
||||
|
||||
#include <command.h>
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <env.h>
|
||||
#include <env_internal.h>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
* Board specific routines for the MCR3000 board
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <env.h>
|
||||
#include <hwconfig.h>
|
||||
#include <init.h>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include <common.h>
|
||||
#include <nand.h>
|
||||
#include <linux/mtd/rawnand.h>
|
||||
#include <asm/io.h>
|
||||
|
|
Loading…
Reference in a new issue