common: Drop display_options.h from common header
Move this out of the common header and include it only where needed. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
99699a7707
commit
4e4bf9449b
@ -4,6 +4,7 @@
|
||||
* Minkyu Kang <mk7.kang@samsung.com>
|
||||
*/
|
||||
#include <common.h>
|
||||
#include <display_options.h>
|
||||
#include <fdtdec.h>
|
||||
#include <init.h>
|
||||
#include <asm/global_data.h>
|
||||
|
@ -43,6 +43,7 @@
|
||||
* do a read-modify-write for partially programmed pages
|
||||
*/
|
||||
#include <common.h>
|
||||
#include <display_options.h>
|
||||
#include <flash.h>
|
||||
#include <log.h>
|
||||
#include <asm/io.h>
|
||||
|
@ -6,6 +6,7 @@
|
||||
#include <common.h>
|
||||
#include <command.h>
|
||||
#include <config.h>
|
||||
#include <display_options.h>
|
||||
#include <fuse.h>
|
||||
#include <mapmem.h>
|
||||
#include <image.h>
|
||||
|
@ -12,6 +12,7 @@
|
||||
#include <common.h>
|
||||
#include <cpu_func.h>
|
||||
#include <clock_legacy.h>
|
||||
#include <display_options.h>
|
||||
#include <init.h>
|
||||
#include <irq_func.h>
|
||||
#include <log.h>
|
||||
|
@ -10,6 +10,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <display_options.h>
|
||||
#include <env.h>
|
||||
#include <init.h>
|
||||
#include <net.h>
|
||||
|
@ -7,6 +7,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <display_options.h>
|
||||
#include <init.h>
|
||||
#include <asm/bitops.h>
|
||||
#include <asm/global_data.h>
|
||||
|
@ -18,6 +18,7 @@
|
||||
|
||||
#include <common.h>
|
||||
#include <cpu_func.h>
|
||||
#include <display_options.h>
|
||||
#include <net.h>
|
||||
#include <time.h>
|
||||
#include <vsprintf.h>
|
||||
|
@ -7,6 +7,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <display_options.h>
|
||||
#include <asm/bitops.h>
|
||||
#include <asm/global_data.h>
|
||||
#include <linux/compiler.h>
|
||||
|
@ -7,6 +7,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <display_options.h>
|
||||
#include <errno.h>
|
||||
#include <init.h>
|
||||
#include <log.h>
|
||||
|
@ -4,6 +4,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <display_options.h>
|
||||
#include <init.h>
|
||||
#include <malloc.h>
|
||||
#include <errno.h>
|
||||
|
@ -4,6 +4,7 @@
|
||||
*/
|
||||
#include <common.h>
|
||||
#include <clock_legacy.h>
|
||||
#include <display_options.h>
|
||||
#include <env.h>
|
||||
#include <i2c.h>
|
||||
#include <init.h>
|
||||
|
@ -5,6 +5,7 @@
|
||||
*/
|
||||
#include <common.h>
|
||||
#include <clock_legacy.h>
|
||||
#include <display_options.h>
|
||||
#include <env.h>
|
||||
#include <init.h>
|
||||
#include <malloc.h>
|
||||
|
@ -5,6 +5,7 @@
|
||||
*/
|
||||
#include <common.h>
|
||||
#include <clock_legacy.h>
|
||||
#include <display_options.h>
|
||||
#include <env.h>
|
||||
#include <init.h>
|
||||
#include <malloc.h>
|
||||
|
@ -5,6 +5,7 @@
|
||||
|
||||
#include <common.h>
|
||||
#include <clock_legacy.h>
|
||||
#include <display_options.h>
|
||||
#include <dm.h>
|
||||
#include <init.h>
|
||||
#include <asm/global_data.h>
|
||||
|
@ -6,6 +6,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <display_options.h>
|
||||
#include <init.h>
|
||||
#include <net.h>
|
||||
#include <pci.h>
|
||||
|
@ -6,6 +6,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <display_options.h>
|
||||
#include <dm.h>
|
||||
#include <eeprom.h>
|
||||
#include <init.h>
|
||||
|
@ -5,6 +5,7 @@
|
||||
* Copyright 2019-2021 Traverse Technologies
|
||||
*/
|
||||
#include <common.h>
|
||||
#include <display_options.h>
|
||||
#include <dm/uclass.h>
|
||||
#include <env.h>
|
||||
#include <i2c.h>
|
||||
|
@ -11,6 +11,7 @@
|
||||
#include <common.h>
|
||||
#include <bootstage.h>
|
||||
#include <cpu_func.h>
|
||||
#include <display_options.h>
|
||||
#include <env.h>
|
||||
#include <fpga.h>
|
||||
#include <image.h>
|
||||
|
@ -9,6 +9,7 @@
|
||||
#ifndef USE_HOSTCC
|
||||
#include <common.h>
|
||||
#include <env.h>
|
||||
#include <display_options.h>
|
||||
#include <init.h>
|
||||
#include <lmb.h>
|
||||
#include <log.h>
|
||||
|
@ -5,6 +5,7 @@
|
||||
*/
|
||||
#include <common.h>
|
||||
#include <command.h>
|
||||
#include <display_options.h>
|
||||
#include <mapmem.h>
|
||||
#include <acpi/acpi_table.h>
|
||||
#include <asm/acpi_table.h>
|
||||
|
@ -13,6 +13,7 @@
|
||||
#include <axi.h>
|
||||
#include <command.h>
|
||||
#include <console.h>
|
||||
#include <display_options.h>
|
||||
#include <dm.h>
|
||||
#include <log.h>
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
#include <bcb.h>
|
||||
#include <command.h>
|
||||
#include <common.h>
|
||||
#include <display_options.h>
|
||||
#include <log.h>
|
||||
#include <part.h>
|
||||
#include <malloc.h>
|
||||
|
@ -8,6 +8,7 @@
|
||||
#include <common.h>
|
||||
#include <command.h>
|
||||
#include <cpu.h>
|
||||
#include <display_options.h>
|
||||
#include <dm.h>
|
||||
#include <errno.h>
|
||||
|
||||
|
@ -11,6 +11,7 @@
|
||||
#include <common.h>
|
||||
#include <command.h>
|
||||
#include <console.h>
|
||||
#include <display_options.h>
|
||||
|
||||
#include <gdsys_fpga.h>
|
||||
|
||||
|
1
cmd/io.c
1
cmd/io.c
@ -9,6 +9,7 @@
|
||||
|
||||
#include <common.h>
|
||||
#include <command.h>
|
||||
#include <display_options.h>
|
||||
#include <asm/io.h>
|
||||
|
||||
/* Display values from last command */
|
||||
|
@ -16,6 +16,7 @@
|
||||
#include <cli.h>
|
||||
#include <command.h>
|
||||
#include <console.h>
|
||||
#include <display_options.h>
|
||||
#ifdef CONFIG_MTD_NOR_FLASH
|
||||
#include <flash.h>
|
||||
#endif
|
||||
|
@ -8,6 +8,7 @@
|
||||
#include <blk.h>
|
||||
#include <command.h>
|
||||
#include <console.h>
|
||||
#include <display_options.h>
|
||||
#include <memalign.h>
|
||||
#include <mmc.h>
|
||||
#include <part.h>
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
#include <common.h>
|
||||
#include <command.h>
|
||||
#include <display_options.h>
|
||||
#include <dm.h>
|
||||
#include <hexdump.h>
|
||||
#include <i2c.h>
|
||||
|
1
cmd/sf.c
1
cmd/sf.c
@ -7,6 +7,7 @@
|
||||
|
||||
#include <common.h>
|
||||
#include <command.h>
|
||||
#include <display_options.h>
|
||||
#include <div64.h>
|
||||
#include <dm.h>
|
||||
#include <log.h>
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
#include <common.h>
|
||||
#include <command.h>
|
||||
#include <display_options.h>
|
||||
#include <timestamp.h>
|
||||
#include <version.h>
|
||||
#include <version_string.h>
|
||||
|
@ -9,6 +9,7 @@
|
||||
|
||||
#include <common.h>
|
||||
#include <bloblist.h>
|
||||
#include <display_options.h>
|
||||
#include <log.h>
|
||||
#include <malloc.h>
|
||||
#include <mapmem.h>
|
||||
|
@ -16,6 +16,7 @@
|
||||
#include <console.h>
|
||||
#include <cpu.h>
|
||||
#include <cpu_func.h>
|
||||
#include <display_options.h>
|
||||
#include <dm.h>
|
||||
#include <env.h>
|
||||
#include <env_internal.h>
|
||||
|
@ -13,6 +13,7 @@
|
||||
#include <api.h>
|
||||
#include <bootstage.h>
|
||||
#include <cpu_func.h>
|
||||
#include <display_options.h>
|
||||
#include <exports.h>
|
||||
#ifdef CONFIG_MTD_NOR_FLASH
|
||||
#include <flash.h>
|
||||
|
@ -7,6 +7,7 @@
|
||||
#include <common.h>
|
||||
#include <console.h>
|
||||
#include <debug_uart.h>
|
||||
#include <display_options.h>
|
||||
#include <dm.h>
|
||||
#include <env.h>
|
||||
#include <stdarg.h>
|
||||
|
@ -7,6 +7,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <display_options.h>
|
||||
#include <log.h>
|
||||
#include <malloc.h>
|
||||
#include <asm/global_data.h>
|
||||
|
@ -21,6 +21,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <display_options.h>
|
||||
#include <env.h>
|
||||
#include <splash.h>
|
||||
#include <lcd.h>
|
||||
|
@ -9,6 +9,7 @@
|
||||
#define LOG_CATEOGRY LOGC_ACPI
|
||||
|
||||
#include <common.h>
|
||||
#include <display_options.h>
|
||||
#include <dm.h>
|
||||
#include <log.h>
|
||||
#include <malloc.h>
|
||||
|
@ -9,6 +9,7 @@
|
||||
|
||||
#include <common.h>
|
||||
#include <cpu.h>
|
||||
#include <display_options.h>
|
||||
#include <dm.h>
|
||||
#include <errno.h>
|
||||
#include <init.h>
|
||||
|
@ -11,6 +11,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <display_options.h>
|
||||
#include <dm.h>
|
||||
#include <i2c.h>
|
||||
#include <fsl_ddr_sdram.h>
|
||||
|
@ -10,6 +10,7 @@
|
||||
|
||||
#include <common.h>
|
||||
#include <clk.h>
|
||||
#include <display_options.h>
|
||||
#include <dm.h>
|
||||
#include <log.h>
|
||||
#include <mmc.h>
|
||||
|
@ -14,6 +14,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <display_options.h>
|
||||
#include <linux/compat.h>
|
||||
#include <linux/mtd/mtd.h>
|
||||
#include <linux/mtd/onenand.h>
|
||||
|
@ -7,6 +7,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <display_options.h>
|
||||
#include <dm.h>
|
||||
#include <errno.h>
|
||||
#include <fdtdec.h>
|
||||
|
@ -10,6 +10,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <display_options.h>
|
||||
#include <log.h>
|
||||
#include <watchdog.h>
|
||||
#include <dm.h>
|
||||
|
@ -9,6 +9,7 @@
|
||||
#include <config.h>
|
||||
#include <common.h>
|
||||
#include <cpu_func.h>
|
||||
#include <display_options.h>
|
||||
#include <dm.h>
|
||||
#include <log.h>
|
||||
#include <net.h>
|
||||
|
@ -6,6 +6,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <display_options.h>
|
||||
#include <dm.h>
|
||||
#include <tpm-v1.h>
|
||||
#include <i2c.h>
|
||||
|
@ -4,6 +4,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <display_options.h>
|
||||
#include <dm.h>
|
||||
#include <tpm-v1.h>
|
||||
#include <asm/state.h>
|
||||
|
1
fs/fs.c
1
fs/fs.c
@ -7,6 +7,7 @@
|
||||
|
||||
#include <command.h>
|
||||
#include <config.h>
|
||||
#include <display_options.h>
|
||||
#include <errno.h>
|
||||
#include <common.h>
|
||||
#include <env.h>
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include <stdio.h>
|
||||
#include <linux/kernel.h>
|
||||
#include <asm/u-boot.h> /* boot information for Linux kernel */
|
||||
#include <display_options.h>
|
||||
#include <vsprintf.h>
|
||||
#endif /* __ASSEMBLY__ */
|
||||
|
||||
|
@ -19,6 +19,7 @@
|
||||
* @size: Size to print
|
||||
* @suffix String to print after the size
|
||||
*/
|
||||
#include <display_options.h>
|
||||
void print_size(uint64_t size, const char *suffix);
|
||||
|
||||
/**
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
#ifndef USE_HOSTCC
|
||||
#include <common.h>
|
||||
#include <display_options.h>
|
||||
#include <log.h>
|
||||
#else
|
||||
#include <string.h>
|
||||
|
@ -7,6 +7,7 @@
|
||||
#include <common.h>
|
||||
#include <compiler.h>
|
||||
#include <console.h>
|
||||
#include <display_options.h>
|
||||
#include <div64.h>
|
||||
#include <version_string.h>
|
||||
#include <linux/ctype.h>
|
||||
|
@ -6,6 +6,7 @@
|
||||
#ifndef USE_HOSTCC
|
||||
#include <common.h>
|
||||
#include <boot_fit.h>
|
||||
#include <display_options.h>
|
||||
#include <dm.h>
|
||||
#include <hang.h>
|
||||
#include <init.h>
|
||||
|
@ -28,6 +28,7 @@
|
||||
|
||||
#include <common.h>
|
||||
#include <command.h>
|
||||
#include <display_options.h>
|
||||
#ifdef CONFIG_SYS_DIRECT_FLASH_NFS
|
||||
#include <flash.h>
|
||||
#endif
|
||||
|
@ -7,6 +7,7 @@
|
||||
*/
|
||||
#include <common.h>
|
||||
#include <command.h>
|
||||
#include <display_options.h>
|
||||
#include <efi_loader.h>
|
||||
#include <env.h>
|
||||
#include <image.h>
|
||||
|
Loading…
Reference in New Issue
Block a user