diff options
author | Tony Lindgren <tony@atomide.com> | 2012-10-02 20:25:48 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-17 15:08:40 -0400 |
commit | 25c7d49ed48b4843da7dea56a81ae7f620211ee0 (patch) | |
tree | 88451639ae0e2d74bbac1a31314a8a274d68e629 /arch/arm/mach-omap1 | |
parent | 622297fdec22310d57cc3222a8fc337993c7cd23 (diff) |
ARM: OMAP: Make omap_device local to mach-omap2
Let's make omap_device local to mach-omap2 for
ARM common zImage support.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1')
-rw-r--r-- | arch/arm/mach-omap1/pm_bus.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/pm_bus.c b/arch/arm/mach-omap1/pm_bus.c index 7868e75ad077..8a74ec5e3de2 100644 --- a/arch/arm/mach-omap1/pm_bus.c +++ b/arch/arm/mach-omap1/pm_bus.c | |||
@@ -19,7 +19,6 @@ | |||
19 | #include <linux/clk.h> | 19 | #include <linux/clk.h> |
20 | #include <linux/err.h> | 20 | #include <linux/err.h> |
21 | 21 | ||
22 | #include <plat/omap_device.h> | ||
23 | #include <plat/omap-pm.h> | 22 | #include <plat/omap-pm.h> |
24 | 23 | ||
25 | #ifdef CONFIG_PM_RUNTIME | 24 | #ifdef CONFIG_PM_RUNTIME |