]> Git Repo - u-boot.git/blobdiff - arch/arm/mach-uniphier/dram/umc-ld4.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot.git] / arch / arm / mach-uniphier / dram / umc-ld4.c
index 82ab63c732d9b02c5d102aa92c9b77653773b295..2d1f3e3dc0f799044cd49750247933e6ecf972f1 100644 (file)
@@ -1,19 +1,18 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2011-2014 Panasonic Corporation
  * Copyright (C) 2015-2016 Socionext Inc.
  *   Author: Masahiro Yamada <[email protected]>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
-#include <linux/err.h>
+#include <linux/errno.h>
 #include <linux/io.h>
 #include <linux/sizes.h>
 #include <asm/processor.h>
 
 #include "../init.h"
-#include "ddrphy-regs.h"
+#include "ddrphy-init.h"
 #include "umc-regs.h"
 
 #define DRAM_CH_NR     2
This page took 0.024828 seconds and 4 git commands to generate.