From c3e4430ef3ea313dd4c97d8b089bd841e66d394b Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 14 Nov 2019 12:57:11 -0700 Subject: 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 Reviewed-by: Tom Rini --- include/common.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/common.h') 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 -#endif - #include #else /* __ASSEMBLY__ */ -- cgit v1.2.1