diff options
Diffstat (limited to 'arch/arm/mach-omap2/mcbsp.c')
-rw-r--r-- | arch/arm/mach-omap2/mcbsp.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/mcbsp.c b/arch/arm/mach-omap2/mcbsp.c index 17cf199d1130..27eb6e3ca926 100644 --- a/arch/arm/mach-omap2/mcbsp.c +++ b/arch/arm/mach-omap2/mcbsp.c | |||
@@ -17,10 +17,10 @@ | |||
17 | #include <linux/io.h> | 17 | #include <linux/io.h> |
18 | #include <linux/platform_device.h> | 18 | #include <linux/platform_device.h> |
19 | 19 | ||
20 | #include <asm/arch/dma.h> | 20 | #include <mach/dma.h> |
21 | #include <asm/arch/mux.h> | 21 | #include <mach/mux.h> |
22 | #include <asm/arch/cpu.h> | 22 | #include <mach/cpu.h> |
23 | #include <asm/arch/mcbsp.h> | 23 | #include <mach/mcbsp.h> |
24 | 24 | ||
25 | struct mcbsp_internal_clk { | 25 | struct mcbsp_internal_clk { |
26 | struct clk clk; | 26 | struct clk clk; |