mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
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
54 changed files with 53 additions and 1 deletions
|
@ -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__ */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue