]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/trace.h
configs: imx6q_logic: Move CONFIG_PHY_SMSC to defconfig
[people/ms/u-boot.git] / include / trace.h
index 871327fb358a9e894447f99fca22faa2294d31e3..09a38d782fc0287fa2194b47e58f0e1fab22d945 100644 (file)
@@ -89,14 +89,7 @@ int trace_list_calls(void *buff, int buff_size, unsigned int *needed);
  */
 void trace_set_enabled(int enabled);
 
-#ifdef CONFIG_TRACE_EARLY
 int trace_early_init(void);
-#else
-static inline int trace_early_init(void)
-{
-       return 0;
-}
-#endif
 
 /**
  * Init the trace system