X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Ftrace.h;h=99f34f72bccde4c718e563c32f58674236916ce3;hb=2a055ea53260ac8addeeb94eb671172844bc9106;hp=871327fb358a9e894447f99fca22faa2294d31e3;hpb=1a4596601fd395f3afb8f82f3f840c5e00bdd57a;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/trace.h b/include/trace.h index 871327f..99f34f7 100644 --- a/include/trace.h +++ b/include/trace.h @@ -1,7 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2012 The Chromium OS Authors. - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __TRACE_H @@ -89,14 +88,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