]> git.sur5r.net Git - u-boot/blobdiff - common/bootstage.c
common: print \n in initr_scsi()
[u-boot] / common / bootstage.c
index b866e66979e3d8577febda37141e8c5db8b1c22a..9793b85d4e42d481e677639e8aa8210391379efd 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (c) 2011, Google Inc. All rights reserved.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 
@@ -11,7 +10,7 @@
  */
 
 #include <common.h>
-#include <libfdt.h>
+#include <linux/libfdt.h>
 #include <malloc.h>
 #include <linux/compiler.h>