diff options
Diffstat (limited to 'arch/arm/mach-omap1/mcbsp.c')
| -rw-r--r-- | arch/arm/mach-omap1/mcbsp.c | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/mcbsp.c b/arch/arm/mach-omap1/mcbsp.c index 3e8410a9999..adf00975b9b 100644 --- a/arch/arm/mach-omap1/mcbsp.c +++ b/arch/arm/mach-omap1/mcbsp.c @@ -19,12 +19,15 @@  #include <linux/platform_device.h>  #include <linux/slab.h> -#include <mach/irqs.h>  #include <plat/dma.h>  #include <plat/mux.h>  #include <plat/cpu.h>  #include <plat/mcbsp.h> +#include <mach/irqs.h> + +#include "iomap.h" +  #define DPS_RSTCT2_PER_EN	(1 << 0)  #define DSP_RSTCT2_WD_PER_EN	(1 << 1)  |