From 17d1f9288cb6cc1804414c427dac97897fb19b80 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 4 Jul 2014 09:19:24 +0200 Subject: Move efi.h to include/ With upcoming EFI payload support the efi.h file will diverge from the kernel, so move it from include/linux/ to include/ Signed-off-by: Sascha Hauer --- common/partitions/efi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/partitions') diff --git a/common/partitions/efi.h b/common/partitions/efi.h index 703ecca2f2..a9b10c1266 100644 --- a/common/partitions/efi.h +++ b/common/partitions/efi.h @@ -21,7 +21,7 @@ #ifndef FS_PART_EFI_H_INCLUDED #define FS_PART_EFI_H_INCLUDED -#include +#include #define MSDOS_MBR_SIGNATURE 0xaa55 #define EFI_PMBR_OSTYPE_EFI 0xEF -- cgit v1.2.3