fdt.mod: Move license tag to the right file.
This commit is contained in:
parent
372400b419
commit
25a9b8f208
2 changed files with 3 additions and 2 deletions
|
@ -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 a new issue