diff options
Diffstat (limited to 'arch/arm/mach-omap1/clock.c')
-rw-r--r-- | arch/arm/mach-omap1/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/clock.c b/arch/arm/mach-omap1/clock.c index 0c50df05d135..0e8c176c54b1 100644 --- a/arch/arm/mach-omap1/clock.c +++ b/arch/arm/mach-omap1/clock.c | |||
@@ -16,7 +16,6 @@ | |||
16 | #include <linux/errno.h> | 16 | #include <linux/errno.h> |
17 | #include <linux/err.h> | 17 | #include <linux/err.h> |
18 | #include <linux/clk.h> | 18 | #include <linux/clk.h> |
19 | #include <linux/io.h> | ||
20 | #include <linux/clkdev.h> | 19 | #include <linux/clkdev.h> |
21 | 20 | ||
22 | #include <asm/mach-types.h> | 21 | #include <asm/mach-types.h> |
@@ -27,6 +26,7 @@ | |||
27 | #include <plat/sram.h> | 26 | #include <plat/sram.h> |
28 | #include <plat/clkdev_omap.h> | 27 | #include <plat/clkdev_omap.h> |
29 | 28 | ||
29 | #include "iomap.h" | ||
30 | #include "clock.h" | 30 | #include "clock.h" |
31 | #include "opp.h" | 31 | #include "opp.h" |
32 | 32 | ||