Eliminate architecture-specific init.h files

These files now have no useful content.

Change-Id: If5d2df361eb8769ca38c4ae63f68a5681b3ad85b
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
Allan Stephens 2015-06-03 13:57:45 -04:00 committed by Anas Nashif
commit 53165a631b
4 changed files with 0 additions and 90 deletions

View file

@ -50,7 +50,6 @@ extern "C" {
#define SIZEOFUNIT_TO_OCTET(X) (X)
#ifdef CONFIG_CPU_CORTEXM
#include <arch/arm/CortexM/init.h>
#include <arch/arm/CortexM/exc.h>
#include <arch/arm/CortexM/irq.h>
#include <arch/arm/CortexM/ffs.h>