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