]> git.proxmox.com Git - grub2.git/commitdiff
fdt.mod: Move license tag to the right file.
authorVladimir Serbinenko <phcoder@gmail.com>
Mon, 9 Nov 2015 15:15:30 +0000 (16:15 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Mon, 9 Nov 2015 15:15:30 +0000 (16:15 +0100)
grub-core/lib/fdt.c
grub-core/loader/arm64/fdt.c

index 7e76dc06bbcae5b9cf45b1c36030580a858500cb..b5d520f208886aa663d4aac36cec9b43a2d0da42 100644 (file)
@@ -19,6 +19,9 @@
 #include <grub/fdt.h>
 #include <grub/misc.h>
 #include <grub/mm.h>
+#include <grub/dl.h>
+
+GRUB_MOD_LICENSE ("GPLv3+");
 
 #define FDT_SUPPORTED_VERSION  17
 
index 901bd7b686fb07587dc6a0dd521b4519aff52636..5202c14e0861a9bf74dfb2ab1f226a2301e9c9ef 100644 (file)
@@ -25,8 +25,6 @@
 #include <grub/file.h>
 #include <grub/efi/efi.h>
 
-GRUB_MOD_LICENSE ("GPLv3+");
-
 static void *loaded_fdt;
 static void *fdt;