ring_buffer: remove broken object_tracing support

The library has incomplete tracing support. Given that we are not a true
kernel object, remove support instead of fixing it.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2018-01-18 16:50:08 -05:00 committed by Anas Nashif
commit 89c1ab6b18
3 changed files with 0 additions and 11 deletions

View file

@ -28,8 +28,6 @@ extern struct k_msgq *_trace_list_k_msgq;
extern struct k_mbox *_trace_list_k_mbox;
extern struct k_pipe *_trace_list_k_pipe;
extern struct ring_buf *_trace_list_sys_ring_buf;
/**
* @def SYS_TRACING_HEAD
*

View file

@ -97,9 +97,5 @@
} \
while (0)
struct ring_buf;
extern struct ring_buf *_trace_list_sys_ring_buf;
#endif /*CONFIG_OBJECT_TRACING*/
#endif /*_OBJECT_TRACING_COMMON_H_*/