common: Drop uuid.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass 2020-05-10 11:39:52 -06:00 committed by Tom Rini
parent ed9a3aa645
commit ba06b3c50b
11 changed files with 10 additions and 1 deletions

View File

@ -16,6 +16,7 @@
#include <command.h> #include <command.h>
#include <part_efi.h> #include <part_efi.h>
#include <exports.h> #include <exports.h>
#include <uuid.h>
#include <linux/ctype.h> #include <linux/ctype.h>
#include <div64.h> #include <div64.h>
#include <memalign.h> #include <memalign.h>

View File

@ -14,6 +14,7 @@
#include <hexdump.h> #include <hexdump.h>
#include <malloc.h> #include <malloc.h>
#include <mapmem.h> #include <mapmem.h>
#include <uuid.h>
#include <linux/kernel.h> #include <linux/kernel.h>
/* /*

View File

@ -6,6 +6,7 @@
#include <common.h> #include <common.h>
#include <command.h> #include <command.h>
#include <efi.h> #include <efi.h>
#include <uuid.h>
#include <asm/hob.h> #include <asm/hob.h>
DECLARE_GLOBAL_DATA_PTR; DECLARE_GLOBAL_DATA_PTR;

View File

@ -9,6 +9,7 @@
* when CONFIG_SYS_64BIT_LBA is not defined, lbaint_t is 32 bits; this * 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 * limits the maximum size of addressable storage to < 2 Terra Bytes
*/ */
#include <uuid.h>
#include <asm/unaligned.h> #include <asm/unaligned.h>
#include <common.h> #include <common.h>
#include <command.h> #include <command.h>

View File

@ -8,6 +8,7 @@
#include "btrfs.h" #include "btrfs.h"
#include <config.h> #include <config.h>
#include <malloc.h> #include <malloc.h>
#include <uuid.h>
#include <linux/time.h> #include <linux/time.h>
struct btrfs_info btrfs_info; struct btrfs_info btrfs_info;

View File

@ -26,6 +26,7 @@
#include "ext4_common.h" #include "ext4_common.h"
#include <div64.h> #include <div64.h>
#include <malloc.h> #include <malloc.h>
#include <uuid.h>
int ext4fs_symlinknest; int ext4fs_symlinknest;
struct ext_filesystem ext_fs; struct ext_filesystem ext_fs;

View File

@ -36,7 +36,6 @@
#include <asm/global_data.h> /* global data used for startup functions */ #include <asm/global_data.h> /* global data used for startup functions */
#include <init.h> #include <init.h>
#include <display_options.h> #include <display_options.h>
#include <uuid.h>
#include <vsprintf.h> #include <vsprintf.h>
#include <net.h> #include <net.h>
#include <bootstage.h> #include <bootstage.h>

View File

@ -12,6 +12,7 @@
#include <malloc.h> #include <malloc.h>
#include <rtc.h> #include <rtc.h>
#include <search.h> #include <search.h>
#include <uuid.h>
#include <crypto/pkcs7_parser.h> #include <crypto/pkcs7_parser.h>
#include <linux/compat.h> #include <linux/compat.h>
#include <u-boot/crc.h> #include <u-boot/crc.h>

View File

@ -6,6 +6,7 @@
#include <common.h> #include <common.h>
#include <env.h> #include <env.h>
#include <time.h> #include <time.h>
#include <uuid.h>
#include <linux/ctype.h> #include <linux/ctype.h>
#include <errno.h> #include <errno.h>
#include <common.h> #include <common.h>

View File

@ -19,6 +19,7 @@
#include <div64.h> #include <div64.h>
#include <hexdump.h> #include <hexdump.h>
#include <stdarg.h> #include <stdarg.h>
#include <uuid.h>
#include <vsprintf.h> #include <vsprintf.h>
#include <linux/ctype.h> #include <linux/ctype.h>
#include <linux/err.h> #include <linux/err.h>

View File

@ -13,6 +13,7 @@
#include <env.h> #include <env.h>
#include <efi_loader.h> #include <efi_loader.h>
#include <net.h> #include <net.h>
#include <uuid.h>
#include <net/tftp.h> #include <net/tftp.h>
#include "bootp.h" #include "bootp.h"
#ifdef CONFIG_LED_STATUS #ifdef CONFIG_LED_STATUS