drivers: Remove legacy nanokernel.h include

This commit replaces the nanokernel.h include by kernel.h.

Change-Id: Ib42fbf2d9f77a73c0831f569b3dbbfb342ea2e1d
Signed-off-by: Flavio Santes <flavio.santes@intel.com>
This commit is contained in:
Flavio Santes 2016-12-04 14:59:37 -06:00
commit b04cdcd6e6
68 changed files with 69 additions and 68 deletions

View file

@ -51,7 +51,7 @@
* @endinternal
*/
#include <nanokernel.h>
#include <kernel.h>
#include <arch/cpu.h>
#include <toolchain.h>
#include <sections.h>