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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user