diff options
Diffstat (limited to 'arch/arm/mach-omap1/clock.c')
-rw-r--r-- | arch/arm/mach-omap1/clock.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-omap1/clock.c b/arch/arm/mach-omap1/clock.c index 4ea2933f887d..5965cf09f8c4 100644 --- a/arch/arm/mach-omap1/clock.c +++ b/arch/arm/mach-omap1/clock.c | |||
@@ -21,10 +21,10 @@ | |||
21 | #include <asm/io.h> | 21 | #include <asm/io.h> |
22 | #include <asm/mach-types.h> | 22 | #include <asm/mach-types.h> |
23 | 23 | ||
24 | #include <asm/arch/cpu.h> | 24 | #include <mach/cpu.h> |
25 | #include <asm/arch/usb.h> | 25 | #include <mach/usb.h> |
26 | #include <asm/arch/clock.h> | 26 | #include <mach/clock.h> |
27 | #include <asm/arch/sram.h> | 27 | #include <mach/sram.h> |
28 | 28 | ||
29 | #include "clock.h" | 29 | #include "clock.h" |
30 | 30 | ||