mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-24 05:44:52 +00:00
fdt.mod: Move license tag to the right file.
This commit is contained in:
parent
372400b419
commit
25a9b8f208
@ -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
|
||||
|
||||
|
@ -25,8 +25,6 @@
|
||||
#include <grub/file.h>
|
||||
#include <grub/efi/efi.h>
|
||||
|
||||
GRUB_MOD_LICENSE ("GPLv3+");
|
||||
|
||||
static void *loaded_fdt;
|
||||
static void *fdt;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user