diff options
Diffstat (limited to 'arch/arm/mach-mx2/clock_imx27.c')
-rw-r--r-- | arch/arm/mach-mx2/clock_imx27.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/mach-mx2/clock_imx27.c b/arch/arm/mach-mx2/clock_imx27.c index 0a29ef29c73a..c69896d011a1 100644 --- a/arch/arm/mach-mx2/clock_imx27.c +++ b/arch/arm/mach-mx2/clock_imx27.c | |||
@@ -22,10 +22,9 @@ | |||
22 | #include <linux/module.h> | 22 | #include <linux/module.h> |
23 | #include <linux/spinlock.h> | 23 | #include <linux/spinlock.h> |
24 | 24 | ||
25 | #include <asm/arch/clock.h> | 25 | #include <mach/clock.h> |
26 | #include <asm/arch/common.h> | 26 | #include <mach/common.h> |
27 | #include <asm/div64.h> | 27 | #include <asm/div64.h> |
28 | #include <asm/mach-types.h> | ||
29 | 28 | ||
30 | #include "crm_regs.h" | 29 | #include "crm_regs.h" |
31 | 30 | ||