]> git.sur5r.net Git - u-boot/blobdiff - drivers/sound/sound-i2s.c
mtd: nand: mxs_nand_spl: add mxs_flash_full_ident
[u-boot] / drivers / sound / sound-i2s.c
index 749bbbd0318be195b1f6d832e8c7eeee2c11033c..9f09e3bf930834881fbcaae0460e79dcacca9257 100644 (file)
@@ -1,14 +1,13 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2012 Samsung Electronics
  * R. Chandrasekar <rcsekar@samsung.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <malloc.h>
 #include <common.h>
 #include <asm/io.h>
-#include <libfdt.h>
+#include <linux/libfdt.h>
 #include <fdtdec.h>
 #include <i2c.h>
 #include <i2s.h>