]> git.sur5r.net Git - u-boot/commitdiff
efi_selftest: fix device tree unit test
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 12 Mar 2018 18:52:25 +0000 (19:52 +0100)
committerAlexander Graf <agraf@suse.de>
Wed, 4 Apr 2018 09:00:07 +0000 (11:00 +0200)
Include libfdt.h was moved by commit b08c8c487083 ("libfdt: move headers to
<linux/libfdt.h> and <linux/libfdt_env.h>")

Fixes: e236200c7fa6 ("efi_selftest: check installation of the
       device tree")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_selftest/efi_selftest_fdt.c

index 24db0dcf7d59ae91adb861d9f93fa576c0c48b6e..e5a8d6a6ae59098ac52577c471d6cc14d8e2554d 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 #include <efi_selftest.h>
-#include <libfdt.h>
+#include <linux/libfdt.h>
 
 static struct efi_boot_services *boottime;
 static const char *fdt;