Convert CONFIG_BZIP2 et al to Kconfig
[oweals/u-boot.git] / disk / part_efi.c
index 6b206ddb4fb1ee53c427ecd7adf09b8cd425dd64..de3491821f082e80de02587e97570ce8b5954c78 100644 (file)
@@ -9,10 +9,13 @@
  *   when CONFIG_SYS_64BIT_LBA is not defined, lbaint_t is 32 bits; this
  *   limits the maximum size of addressable storage to < 2 Terra Bytes
  */
+#include <common.h>
+#include <blk.h>
+#include <log.h>
+#include <part.h>
 #include <uuid.h>
 #include <asm/cache.h>
 #include <asm/unaligned.h>
-#include <common.h>
 #include <command.h>
 #include <fdtdec.h>
 #include <ide.h>