Commit 732231a7 authored by Tony Lindgren's avatar Tony Lindgren

ARM: OMAP2+: Make omap-wakeupgen.h local

This can be local to mach-omap2.
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent c1db9d73
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include <linux/io.h> #include <linux/io.h>
#include <asm/cacheflush.h> #include <asm/cacheflush.h>
#include <mach/omap-wakeupgen.h> #include "omap-wakeupgen.h"
#include "common.h" #include "common.h"
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <asm/smp_scu.h> #include <asm/smp_scu.h>
#include "omap-secure.h" #include "omap-secure.h"
#include <mach/omap-wakeupgen.h> #include "omap-wakeupgen.h"
#include <asm/cputype.h> #include <asm/cputype.h>
#include "soc.h" #include "soc.h"
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <asm/hardware/gic.h> #include <asm/hardware/gic.h>
#include <mach/omap-wakeupgen.h> #include "omap-wakeupgen.h"
#include "omap-secure.h" #include "omap-secure.h"
#include "soc.h" #include "soc.h"
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include <plat/omap-secure.h> #include <plat/omap-secure.h>
#include <plat/mmc.h> #include <plat/mmc.h>
#include <mach/omap-wakeupgen.h> #include "omap-wakeupgen.h"
#include "soc.h" #include "soc.h"
#include "common.h" #include "common.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment