diff options
author | Tony Lindgren <tony@atomide.com> | 2012-10-03 04:25:48 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-17 23:08:40 +0400 |
commit | 25c7d49ed48b4843da7dea56a81ae7f620211ee0 (patch) | |
tree | 88451639ae0e2d74bbac1a31314a8a274d68e629 /arch/arm/mach-omap2/mcbsp.c | |
parent | 622297fdec22310d57cc3222a8fc337993c7cd23 (diff) | |
download | linux-25c7d49ed48b4843da7dea56a81ae7f620211ee0.tar.xz |
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-omap2/mcbsp.c')
-rw-r--r-- | arch/arm/mach-omap2/mcbsp.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/mcbsp.c b/arch/arm/mach-omap2/mcbsp.c index b2c7f2300759..a106c75c5338 100644 --- a/arch/arm/mach-omap2/mcbsp.c +++ b/arch/arm/mach-omap2/mcbsp.c @@ -19,10 +19,11 @@ #include <linux/platform_device.h> #include <linux/slab.h> #include <linux/platform_data/asoc-ti-mcbsp.h> +#include <linux/pm_runtime.h> #include <plat-omap/dma-omap.h> -#include <plat/omap_device.h> -#include <linux/pm_runtime.h> + +#include "omap_device.h" /* * FIXME: Find a mechanism to enable/disable runtime the McBSP ICLK autoidle. |