cleanup: include/: move tracing.h to debug/tracing.h

move tracing.h to debug/tracing.h and
create a shim for backward-compatibility.

No functional changes to the headers.
A warning in the shim can be controlled with CONFIG_COMPAT_INCLUDES.

Related to #16539

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2019-06-25 12:25:12 -04:00
commit 10291a0789
18 changed files with 159 additions and 144 deletions

View file

@ -5025,7 +5025,7 @@ __syscall int k_float_disable(struct k_thread *thread);
}
#endif
#include <tracing.h>
#include <debug/tracing.h>
#include <syscalls/kernel.h>
#endif /* !_ASMLANGUAGE */