]> git.sur5r.net Git - u-boot/blobdiff - include/trace.h
sunxi: R40: add gigabit ethernet devicetree node
[u-boot] / include / trace.h
index 871327fb358a9e894447f99fca22faa2294d31e3..99f34f72bccde4c718e563c32f58674236916ce3 100644 (file)
@@ -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