summaryrefslogtreecommitdiff
path: root/board/mscc
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-07-19 19:15:51 +0300
committerTom Rini <trini@konsulko.com>2020-08-04 05:19:54 +0300
commitdcd7c906d03829ce3a641c2a67edfe242dcea714 (patch)
treea6f28c03b5f17e4aee4b76bf8e190bb1cf350d95 /board/mscc
parent153f269ebefe7a9fbcebf2fd427fba2ea9bf1df0 (diff)
downloadu-boot-dcd7c906d03829ce3a641c2a67edfe242dcea714.tar.xz
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>
Diffstat (limited to 'board/mscc')
-rw-r--r--board/mscc/servalt/servalt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/mscc/servalt/servalt.c b/board/mscc/servalt/servalt.c
index d0e6016b9a..879f5de506 100644
--- a/board/mscc/servalt/servalt.c
+++ b/board/mscc/servalt/servalt.c
@@ -9,6 +9,8 @@
#include <asm/io.h>
#include <led.h>
+DECLARE_GLOBAL_DATA_PTR;
+
enum {
BOARD_TYPE_PCB116 = 0xAABBCE00,
};