Eliminate unnecessary references to cpu.h and cputype.h
Gets rid of places where there is no need to include these files at all, or places where these files are being indirectly included due to the inclusion of nanokernel.h. Change-Id: I7b58148af454b977830c00a6b519a78d0595603b Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
parent
03a2abe737
commit
bb9ab0322e
23 changed files with 2 additions and 45 deletions
|
@ -38,9 +38,7 @@ This module provides the _NanoFatalErrorHandler() routine for ARM Cortex-M.
|
|||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
|
||||
#include <cputype.h>
|
||||
#include <nanokernel.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <nanok.h>
|
||||
|
||||
#ifdef CONFIG_PRINTK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue