mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-29 14:41:26 +01:00
mscc: Drop dm.h header file
This header file should not be included in other header files. Remove it from each one and use a forward declaration instead. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
153f269ebe
commit
dcd7c906d0
@ -8,9 +8,6 @@
|
|||||||
#ifndef _MSCC_JR2_H_
|
#ifndef _MSCC_JR2_H_
|
||||||
#define _MSCC_JR2_H_
|
#define _MSCC_JR2_H_
|
||||||
|
|
||||||
#include <linux/bitops.h>
|
|
||||||
#include <dm.h>
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Target offset base(s)
|
* Target offset base(s)
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -8,9 +8,6 @@
|
|||||||
#ifndef _MSCC_OCELOT_H_
|
#ifndef _MSCC_OCELOT_H_
|
||||||
#define _MSCC_OCELOT_H_
|
#define _MSCC_OCELOT_H_
|
||||||
|
|
||||||
#include <linux/bitops.h>
|
|
||||||
#include <dm.h>
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Target offset base(s)
|
* Target offset base(s)
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -8,9 +8,6 @@
|
|||||||
#ifndef _MSCC_OCELOT_H_
|
#ifndef _MSCC_OCELOT_H_
|
||||||
#define _MSCC_OCELOT_H_
|
#define _MSCC_OCELOT_H_
|
||||||
|
|
||||||
#include <linux/bitops.h>
|
|
||||||
#include <dm.h>
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Target offset base(s)
|
* Target offset base(s)
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -8,9 +8,6 @@
|
|||||||
#ifndef _MSCC_SERVAL_H_
|
#ifndef _MSCC_SERVAL_H_
|
||||||
#define _MSCC_SERVAL_H_
|
#define _MSCC_SERVAL_H_
|
||||||
|
|
||||||
#include <linux/bitops.h>
|
|
||||||
#include <dm.h>
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Target offset base(s)
|
* Target offset base(s)
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -8,9 +8,6 @@
|
|||||||
#ifndef _MSCC_SERVALT_H_
|
#ifndef _MSCC_SERVALT_H_
|
||||||
#define _MSCC_SERVALT_H_
|
#define _MSCC_SERVALT_H_
|
||||||
|
|
||||||
#include <linux/bitops.h>
|
|
||||||
#include <dm.h>
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Target offset base(s)
|
* Target offset base(s)
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -9,6 +9,8 @@
|
|||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
#include <led.h>
|
#include <led.h>
|
||||||
|
|
||||||
|
DECLARE_GLOBAL_DATA_PTR;
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
BOARD_TYPE_PCB116 = 0xAABBCE00,
|
BOARD_TYPE_PCB116 = 0xAABBCE00,
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user