X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Ftrace.h;h=99f34f72bccde4c718e563c32f58674236916ce3;hb=7514ed33d21318edb5d28ab0f4afc23625fd3530;hp=871327fb358a9e894447f99fca22faa2294d31e3;hpb=1a4596601fd395f3afb8f82f3f840c5e00bdd57a;p=u-boot diff --git a/include/trace.h b/include/trace.h index 871327fb35..99f34f72bc 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