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