Skip to content

Commit d184181

Browse files
kv2019inashif
authored andcommitted
Revert "Tracing: Tracing/Kernel dependency issue fix"
This reverts commit f527a81. Fixes: #40411 Signed-off-by: Kai Vehmanen <[email protected]>
1 parent 3abd3b3 commit d184181

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

include/kernel.h

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -76,22 +76,6 @@ struct k_mem_domain;
7676
struct k_mem_partition;
7777
struct k_futex;
7878
struct k_event;
79-
struct k_condvar;
80-
struct k_mbox_msg;
81-
struct k_work;
82-
struct k_work_q;
83-
struct k_work_user;
84-
struct k_work_sync;
85-
struct k_work_delayable;
86-
struct k_work_queue_config;
87-
88-
typedef void (*k_thread_user_cb_t)(const struct k_thread *thread,
89-
void *user_data);
90-
typedef void (*k_timer_expiry_t)(struct k_timer *timer);
91-
typedef void (*k_timer_stop_t)(struct k_timer *timer);
92-
typedef uintptr_t stack_data_t;
93-
typedef void (*k_work_handler_t)(struct k_work *work);
94-
typedef void (*k_work_user_handler_t)(struct k_work_user *work);
9579

9680
enum execution_context_types {
9781
K_ISR = 0,
@@ -103,8 +87,6 @@ enum execution_context_types {
10387
struct k_work_poll;
10488
typedef int (*_poller_cb_t)(struct k_poll_event *event, uint32_t state);
10589

106-
#include <tracing/tracing.h>
107-
10890
/**
10991
* @addtogroup thread_apis
11092
* @{
@@ -5910,6 +5892,7 @@ int k_thread_runtime_stats_all_get(k_thread_runtime_stats_t *stats);
59105892
}
59115893
#endif
59125894

5895+
#include <tracing/tracing.h>
59135896
#include <syscalls/kernel.h>
59145897

59155898
#endif /* !_ASMLANGUAGE */

0 commit comments

Comments
 (0)