diff options
Diffstat (limited to 'arch/arm/mach-omap2/mcbsp.c')
-rw-r--r-- | arch/arm/mach-omap2/mcbsp.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/arch/arm/mach-omap2/mcbsp.c b/arch/arm/mach-omap2/mcbsp.c index d57a3578bf03..a106c75c5338 100644 --- a/arch/arm/mach-omap2/mcbsp.c +++ b/arch/arm/mach-omap2/mcbsp.c @@ -18,14 +18,13 @@ #include <linux/of.h> #include <linux/platform_device.h> #include <linux/slab.h> - -#include <mach/irqs.h> -#include <plat/dma.h> -#include <plat/cpu.h> -#include <plat/mcbsp.h> -#include <plat/omap_device.h> +#include <linux/platform_data/asoc-ti-mcbsp.h> #include <linux/pm_runtime.h> +#include <plat-omap/dma-omap.h> + +#include "omap_device.h" + /* * FIXME: Find a mechanism to enable/disable runtime the McBSP ICLK autoidle. * Sidetone needs non-gated ICLK and sidetone autoidle is broken. |