summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-11-14 22:57:11 +0300
committerTom Rini <trini@konsulko.com>2019-12-03 02:23:06 +0300
commitc3e4430ef3ea313dd4c97d8b089bd841e66d394b (patch)
tree7a5e0f4c1b4504cf242ba1ff2418d6c014b37c9b /include
parent9ce2aa171039f1097e2d293235e733cce94cbabb (diff)
downloadu-boot-c3e4430ef3ea313dd4c97d8b089bd841e66d394b.tar.xz
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>
Diffstat (limited to 'include')
-rw-r--r--include/common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/common.h b/include/common.h
index 4b84969ad3..52bcc2e591 100644
--- a/include/common.h
+++ b/include/common.h
@@ -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__ */