diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2014-03-04 08:11:47 -0500 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2014-04-16 06:03:34 -0400 |
commit | 346f5e76b3822a2530a03f33b00ee89dfc463326 (patch) | |
tree | dbfe7035443240dca6eb310381136065ea84c5c2 /drivers/clocksource/sh_mtu2.c | |
parent | 24c8f71707087eb177b45f4a24faedaa0d8f0287 (diff) |
clocksource: sh_mtu2: Sort headers alphabetically
This helps locating duplicates and inserting new headers.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tested-by: Wolfram Sang <wsa@sang-engineering.com>
Diffstat (limited to 'drivers/clocksource/sh_mtu2.c')
-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 | ||