summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-07-04 09:19:24 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-07-14 08:01:11 +0200
commit17d1f9288cb6cc1804414c427dac97897fb19b80 (patch)
tree5008920a595edbe540c357424efbfbdecd7845e8 /common
parent2d9d230089d0a5088bb3b37b01dfddc6527740a6 (diff)
downloadbarebox-17d1f9288cb6cc1804414c427dac97897fb19b80.tar.gz
barebox-17d1f9288cb6cc1804414c427dac97897fb19b80.tar.xz
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 <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/partitions/efi.h2
1 files changed, 1 insertions, 1 deletions
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 <linux/efi.h>
+#include <efi.h>
#define MSDOS_MBR_SIGNATURE 0xaa55
#define EFI_PMBR_OSTYPE_EFI 0xEF