kernel: replace all remaining nanokernel occurances

replace include <nanokernel.h> with <kernel.h> everywhere and also fix
any remaining mentions of nanokernel.

Keep the legacy samples/tests as is.

Change-Id: Iac48447bd191e83f21a719c69dc26233216d08dc
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-12-23 08:35:34 -05:00
commit c1347b4730
57 changed files with 59 additions and 62 deletions

View file

@ -24,7 +24,7 @@
#include <toolchain.h>
#include <sections.h>
#include <nanokernel.h>
#include <kernel.h>
#include <kernel_structs.h>
#include <inttypes.h>