ARM: OMAP2+: Make omap-secure.h local
This can be local to mach-omap2. Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
829ce5906f
commit
c1db9d735c
|
@ -19,7 +19,7 @@
|
|||
#include <asm/memblock.h>
|
||||
|
||||
#include <plat/omap-secure.h>
|
||||
#include <mach/omap-secure.h>
|
||||
#include "omap-secure.h"
|
||||
|
||||
static phys_addr_t omap_secure_memblock_base;
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include <asm/hardware/gic.h>
|
||||
#include <asm/smp_scu.h>
|
||||
|
||||
#include <mach/omap-secure.h>
|
||||
#include "omap-secure.h"
|
||||
#include <mach/omap-wakeupgen.h>
|
||||
#include <asm/cputype.h>
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include <asm/hardware/gic.h>
|
||||
|
||||
#include <mach/omap-wakeupgen.h>
|
||||
#include <mach/omap-secure.h>
|
||||
#include "omap-secure.h"
|
||||
|
||||
#include "soc.h"
|
||||
#include "omap4-sar-layout.h"
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include <asm/memory.h>
|
||||
#include <asm/hardware/cache-l2x0.h>
|
||||
|
||||
#include <mach/omap-secure.h>
|
||||
#include "omap-secure.h"
|
||||
|
||||
#include "common.h"
|
||||
#include "omap44xx.h"
|
||||
|
|
Loading…
Reference in New Issue