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:
Simon Glass 2019-11-14 12:57:11 -07:00 committed by Tom Rini
parent 9ce2aa1710
commit c3e4430ef3
17 changed files with 16 additions and 4 deletions

View file

@ -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__ */