X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Ftrace.h;h=09a38d782fc0287fa2194b47e58f0e1fab22d945;hb=ed78b11ca43b37d4cb4a1987cb67dcdd53a869b7;hp=871327fb358a9e894447f99fca22faa2294d31e3;hpb=c2120fbfbc4d1f6953228f86be8bdbf38bacfdab;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/trace.h b/include/trace.h index 871327f..09a38d7 100644 --- a/include/trace.h +++ b/include/trace.h @@ -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