]> Git Repo - J-u-boot.git/blobdiff - arch/arm/mach-orion5x/dram.c
common: Drop asm/global_data.h from common header
[J-u-boot.git] / arch / arm / mach-orion5x / dram.c
index e9c03f3837df5d3a4b7652956a8c85c844b886e9..c9a3750e48de34422bae600384353df3af45bb43 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2010 Albert ARIBAUD <[email protected]>
  *
@@ -5,13 +6,13 @@
  * (C) Copyright 2009
  * Marvell Semiconductor <www.marvell.com>
  * Written-by: Prafulla Wadaskar <[email protected]>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <config.h>
+#include <init.h>
 #include <asm/arch/cpu.h>
+#include <asm/global_data.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
This page took 0.026393 seconds and 4 git commands to generate.