diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/clocksource/sh_mtu2.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/drivers/clocksource/sh_mtu2.c b/drivers/clocksource/sh_mtu2.c index 510bd324c1a9..f2c1c36139e1 100644 --- a/drivers/clocksource/sh_mtu2.c +++ b/drivers/clocksource/sh_mtu2.c | |||
@@ -13,22 +13,22 @@ | |||
13 | * GNU General Public License for more details. | 13 | * GNU General Public License for more details. |
14 | */ | 14 | */ |
15 | 15 | ||
16 | #include <linux/clk.h> | ||
17 | #include <linux/clockchips.h> | ||
18 | #include <linux/delay.h> | ||
19 | #include <linux/err.h> | ||
16 | #include <linux/init.h> | 20 | #include <linux/init.h> |
17 | #include <linux/platform_device.h> | ||
18 | #include <linux/spinlock.h> | ||
19 | #include <linux/interrupt.h> | 21 | #include <linux/interrupt.h> |
20 | #include <linux/ioport.h> | ||
21 | #include <linux/delay.h> | ||
22 | #include <linux/io.h> | 22 | #include <linux/io.h> |
23 | #include <linux/clk.h> | 23 | #include <linux/ioport.h> |
24 | #include <linux/irq.h> | 24 | #include <linux/irq.h> |
25 | #include <linux/err.h> | ||
26 | #include <linux/clockchips.h> | ||
27 | #include <linux/sh_timer.h> | ||
28 | #include <linux/slab.h> | ||
29 | #include <linux/module.h> | 25 | #include <linux/module.h> |
26 | #include <linux/platform_device.h> | ||
30 | #include <linux/pm_domain.h> | 27 | #include <linux/pm_domain.h> |
31 | #include <linux/pm_runtime.h> | 28 | #include <linux/pm_runtime.h> |
29 | #include <linux/sh_timer.h> | ||
30 | #include <linux/slab.h> | ||
31 | #include <linux/spinlock.h> | ||
32 | 32 | ||
33 | struct sh_mtu2_device; | 33 | struct sh_mtu2_device; |
34 | 34 | ||