diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-20 11:41:16 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-20 15:02:37 -0700 |
commit | 732231a7c04f334e69af89454073f7a23405468b (patch) | |
tree | 3840ca15cef8550fc58fa7c5b362cec691f6ba1a /arch/arm/mach-omap2/omap-smp.c | |
parent | c1db9d735c4d8de331611b7cc62926ffb7a7512d (diff) | |
download | blackbird-obmc-linux-732231a7c04f334e69af89454073f7a23405468b.tar.gz blackbird-obmc-linux-732231a7c04f334e69af89454073f7a23405468b.zip |
ARM: OMAP2+: Make omap-wakeupgen.h local
This can be local to mach-omap2.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap-smp.c')
-rw-r--r-- | arch/arm/mach-omap2/omap-smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap-smp.c b/arch/arm/mach-omap2/omap-smp.c index cf2b32e99cb7..06d8bc3a8886 100644 --- a/arch/arm/mach-omap2/omap-smp.c +++ b/arch/arm/mach-omap2/omap-smp.c @@ -25,7 +25,7 @@ #include <asm/smp_scu.h> #include "omap-secure.h" -#include <mach/omap-wakeupgen.h> +#include "omap-wakeupgen.h" #include <asm/cputype.h> #include "soc.h" |