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:
parent
3c95ce6da6
commit
b04cdcd6e6
68 changed files with 69 additions and 68 deletions
|
@ -51,7 +51,7 @@
|
|||
* @endinternal
|
||||
*/
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <kernel.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue