From 9ce2aa171039f1097e2d293235e733cce94cbabb Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 14 Nov 2019 12:57:10 -0700 Subject: Drop CONFIG_SHOW_ACTIVITY This feature is not enabled by any board. Drop it. Signed-off-by: Simon Glass --- include/common.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/common.h b/include/common.h index 16c885dd3f..4b84969ad3 100644 --- a/include/common.h +++ b/include/common.h @@ -351,10 +351,6 @@ static inline struct in_addr env_get_ip(char *var) #include -#ifdef CONFIG_SHOW_ACTIVITY -void show_activity(int arg); -#endif - #else /* __ASSEMBLY__ */ #endif /* __ASSEMBLY__ */ -- cgit