summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/partitions/efi.c2
-rw-r--r--include/efi/partition.h (renamed from common/partitions/efi.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/common/partitions/efi.c b/common/partitions/efi.c
index 135b08901a..6d811bfb3b 100644
--- a/common/partitions/efi.c
+++ b/common/partitions/efi.c
@@ -19,7 +19,7 @@
#include <crc.h>
#include <linux/ctype.h>
-#include "efi.h"
+#include <efi/partition.h>
#include "parser.h"
static const int force_gpt = IS_ENABLED(CONFIG_PARTITION_DISK_EFI_GPT_NO_FORCE);
diff --git a/common/partitions/efi.h b/include/efi/partition.h
index a9b10c1266..a9b10c1266 100644
--- a/common/partitions/efi.h
+++ b/include/efi/partition.h