mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +02: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:
@@ -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__ */
|
||||
|
Reference in New Issue
Block a user