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:
Allan Stephens 2015-06-01 13:44:36 -04:00 committed by Anas Nashif
commit bb9ab0322e
23 changed files with 2 additions and 45 deletions

View file

@ -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