diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2012-12-15 17:50:52 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-01-24 19:24:22 -0500 |
commit | 90efde223d2ab5ab84008986d97df0f01a49f15f (patch) | |
tree | 43202e07fc70fb101a9ab4a4f82e8da4950504e6 /drivers/sh/pfc/gpio.c | |
parent | a99ebec16c0586ec0838558fd1a050801037ebc9 (diff) |
sh-pfc: Sort headers alphabetically
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Paul Mundt <lethal@linux-sh.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'drivers/sh/pfc/gpio.c')
-rw-r--r-- | drivers/sh/pfc/gpio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/sh/pfc/gpio.c b/drivers/sh/pfc/gpio.c index c11c1bb97c71..a0454f321710 100644 --- a/drivers/sh/pfc/gpio.c +++ b/drivers/sh/pfc/gpio.c | |||
@@ -12,13 +12,13 @@ | |||
12 | #define pr_fmt(fmt) KBUILD_MODNAME " gpio: " fmt | 12 | #define pr_fmt(fmt) KBUILD_MODNAME " gpio: " fmt |
13 | 13 | ||
14 | #include <linux/device.h> | 14 | #include <linux/device.h> |
15 | #include <linux/init.h> | ||
16 | #include <linux/gpio.h> | 15 | #include <linux/gpio.h> |
17 | #include <linux/slab.h> | 16 | #include <linux/init.h> |
18 | #include <linux/spinlock.h> | ||
19 | #include <linux/module.h> | 17 | #include <linux/module.h> |
20 | #include <linux/pinctrl/consumer.h> | 18 | #include <linux/pinctrl/consumer.h> |
21 | #include <linux/sh_pfc.h> | 19 | #include <linux/sh_pfc.h> |
20 | #include <linux/slab.h> | ||
21 | #include <linux/spinlock.h> | ||
22 | 22 | ||
23 | #include "core.h" | 23 | #include "core.h" |
24 | 24 | ||