diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-20 20:41:16 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-21 00:02:37 +0200 |
commit | 732231a7c04f334e69af89454073f7a23405468b (patch) | |
tree | 3840ca15cef8550fc58fa7c5b362cec691f6ba1a /arch/arm/mach-omap2/omap4-common.c | |
parent | ARM: OMAP2+: Make omap-secure.h local (diff) | |
download | linux-732231a7c04f334e69af89454073f7a23405468b.tar.xz 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 '')
-rw-r--r-- | arch/arm/mach-omap2/omap4-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap4-common.c b/arch/arm/mach-omap2/omap4-common.c index 73c1440a8253..9fc865502f0c 100644 --- a/arch/arm/mach-omap2/omap4-common.c +++ b/arch/arm/mach-omap2/omap4-common.c @@ -29,7 +29,7 @@ #include <plat/omap-secure.h> #include <plat/mmc.h> -#include <mach/omap-wakeupgen.h> +#include "omap-wakeupgen.h" #include "soc.h" #include "common.h" |