mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
common: Drop global inclusion of status_led.h
This is only used by a few files so it should not be in the common header. Move it out. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
9ce2aa1710
commit
c3e4430ef3
17 changed files with 16 additions and 4 deletions
|
@ -345,10 +345,6 @@ static inline struct in_addr env_get_ip(char *var)
|
|||
return string_to_ip(env_get(var));
|
||||
}
|
||||
|
||||
#ifdef CONFIG_LED_STATUS
|
||||
# include <status_led.h>
|
||||
#endif
|
||||
|
||||
#include <bootstage.h>
|
||||
|
||||
#else /* __ASSEMBLY__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue