Merge tag '2019.01-next' of https://github.com/mbgg/u-boot
[oweals/u-boot.git] / lib / fdtdec_test.c
index cc8b918f64dac3c958911c95ed37b39982ae5f89..a82e27de942f2fb3ac2bfda8943b6bf63f7f1be1 100644 (file)
@@ -1,14 +1,14 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Some very basic tests for fdtdec, accessed through test_fdtdec command.
  * They are easiest to use with sandbox.
  *
  * Copyright (c) 2011 The Chromium OS Authors.
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <fdtdec.h>
-#include <libfdt.h>
+#include <linux/libfdt.h>
 #include <malloc.h>
 #include <os.h>