Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1645735
| From | Gregory CLEMENT <gregory.clement@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/6] gpio: mvebu: sort header include |
| Date | 2017-05-19 18:10 +0200 |
| Message-ID | <tISDx-4BS-49@gated-at.bofh.it> (permalink) |
| References | <tISDw-4BS-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This commit sorts alphabetically the header files. Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> --- drivers/gpio/gpio-mvebu.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/gpio/gpio-mvebu.c b/drivers/gpio/gpio-mvebu.c index 19a92efabbef..a9e564f3410b 100644 --- a/drivers/gpio/gpio-mvebu.c +++ b/drivers/gpio/gpio-mvebu.c @@ -33,21 +33,21 @@ * interrupts. */ +#include <linux/bitops.h> +#include <linux/clk.h> #include <linux/err.h> -#include <linux/init.h> #include <linux/gpio.h> +#include <linux/init.h> +#include <linux/io.h> #include <linux/irq.h> -#include <linux/slab.h> +#include <linux/irqchip/chained_irq.h> #include <linux/irqdomain.h> -#include <linux/io.h> -#include <linux/of_irq.h> #include <linux/of_device.h> -#include <linux/pwm.h> -#include <linux/clk.h> +#include <linux/of_irq.h> #include <linux/pinctrl/consumer.h> -#include <linux/irqchip/chained_irq.h> #include <linux/platform_device.h> -#include <linux/bitops.h> +#include <linux/pwm.h> +#include <linux/slab.h> #include "gpiolib.h" -- git-series 0.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/6] Extend mvebu gpio driver to support the controllers of the Marvell Armada 7K/8K Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-05-19 18:10 +0200
[PATCH 1/6] gpio: mvebu: sort header include Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-05-19 18:10 +0200
Re: [PATCH 1/6] gpio: mvebu: sort header include Linus Walleij <linus.walleij@linaro.org> - 2017-05-23 11:20 +0200
[PATCH 6/6] arm64: dts: marvell: add gpio support for Armada 7K/8K Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-05-19 18:20 +0200
[PATCH 3/6] gpio: dt-bindings: Add documentation for gpio controllers on Armada 7K/8K Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-05-19 18:20 +0200
Re: [PATCH 3/6] gpio: dt-bindings: Add documentation for gpio controllers on Armada 7K/8K Linus Walleij <linus.walleij@linaro.org> - 2017-05-23 11:30 +0200
Re: [PATCH 3/6] gpio: dt-bindings: Add documentation for gpio controllers on Armada 7K/8K Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-05-23 15:10 +0200
[PATCH 2/6] gpio: mvebu: switch to regmap for register access Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-05-19 18:20 +0200
Re: [PATCH 2/6] gpio: mvebu: switch to regmap for register access Linus Walleij <linus.walleij@linaro.org> - 2017-05-23 11:20 +0200
[PATCH 4/6] gpio: mvebu: allow building driver for Armada 7K/8K Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-05-19 18:20 +0200
Re: [PATCH 4/6] gpio: mvebu: allow building driver for Armada 7K/8K Linus Walleij <linus.walleij@linaro.org> - 2017-05-23 11:30 +0200
csiph-web