arm: mach-k3: Enable dcache in SPL
[oweals/u-boot.git] / drivers / mtd / mtdconcat.c
index 39daeabd9f1e578741fc2a2403ae7d353c8fef05..5621c3fd266e48d532a453029df7a36d3fcfe7b1 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * MTD device concatenation layer
  *
@@ -6,12 +7,10 @@
  *
  * NAND support by Christian Gan <cgan@iders.ca>
  *
- * SPDX-License-Identifier:    GPL-2.0+
- *
  */
 
-#define __UBOOT__
 #ifndef __UBOOT__
+#include <dm/devres.h>
 #include <linux/kernel.h>
 #include <linux/module.h>
 #include <linux/slab.h>