Message ID | 20240821121456.19553-1-brgl@bgdev.pl |
---|---|
State | New |
Headers | show |
Series | [1/4] gpio: ath79: order headers alphabetically | expand |
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> On Wed, 21 Aug 2024 14:14:53 +0200, Bartosz Golaszewski wrote: > Put all headers in alphabetical order. > > Applied, thanks! [1/4] gpio: ath79: order headers alphabetically commit: 7b4b93e260c684d346998a3dddc5335957b8be78 [2/4] gpio: ath79: add missing header commit: 4acde50b4d15373b55ff23424526378efa681dc6 [3/4] gpio: ath79: use generic device property getters commit: 10a968b21b89c647faa26b1f06ea82aa2eef1f9a [4/4] gpio: ath79: remove support for platform data commit: c4a315eaf8eff0d3234600e13db7e7c71c0b3405 Best regards,
diff --git a/drivers/gpio/gpio-ath79.c b/drivers/gpio/gpio-ath79.c index 6211d99a5770..be2952fdae3b 100644 --- a/drivers/gpio/gpio-ath79.c +++ b/drivers/gpio/gpio-ath79.c @@ -9,12 +9,12 @@ */ #include <linux/gpio/driver.h> -#include <linux/platform_device.h> -#include <linux/platform_data/gpio-ath79.h> -#include <linux/of.h> #include <linux/interrupt.h> -#include <linux/module.h> #include <linux/irq.h> +#include <linux/module.h> +#include <linux/of.h> +#include <linux/platform_data/gpio-ath79.h> +#include <linux/platform_device.h> #define AR71XX_GPIO_REG_OE 0x00 #define AR71XX_GPIO_REG_IN 0x04