X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Ftrace.h;h=99f34f72bccde4c718e563c32f58674236916ce3;hb=504bf790da08db9b4a443566cf6ef577f9c7996a;hp=8082466f54138918ce8cabe334048129327811ca;hpb=58a5c43c09398d7cc68417117f1d882f1ca831cc;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/trace.h b/include/trace.h index 8082466..99f34f7 100644 --- a/include/trace.h +++ b/include/trace.h @@ -1,20 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2012 The Chromium OS Authors. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA */ #ifndef __TRACE_H @@ -102,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