2020-11-12 17:14:37

by Srinivas Neeli

[permalink] [raw]
Subject: [LINUX PATCH V3 1/9] gpio: gpio-xilinx: Arrange headers in sorting order

Arrange header files in sorted order.

Signed-off-by: Srinivas Neeli <[email protected]>
---
Changes in V3:
-Created new patch for sorting header files.
---
drivers/gpio/gpio-xilinx.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/gpio/gpio-xilinx.c b/drivers/gpio/gpio-xilinx.c
index 3ba1a993c85e..17a8a8f90d84 100644
--- a/drivers/gpio/gpio-xilinx.c
+++ b/drivers/gpio/gpio-xilinx.c
@@ -6,13 +6,13 @@
*/

#include <linux/bitops.h>
-#include <linux/init.h>
#include <linux/errno.h>
+#include <linux/gpio/driver.h>
+#include <linux/init.h>
+#include <linux/io.h>
#include <linux/module.h>
#include <linux/of_device.h>
#include <linux/of_platform.h>
-#include <linux/io.h>
-#include <linux/gpio/driver.h>
#include <linux/slab.h>

/* Register Offset Definitions */
--
2.7.4


2020-11-18 00:00:52

by Linus Walleij

[permalink] [raw]
Subject: Re: [LINUX PATCH V3 1/9] gpio: gpio-xilinx: Arrange headers in sorting order

On Thu, Nov 12, 2020 at 6:12 PM Srinivas Neeli
<[email protected]> wrote:

> Arrange header files in sorted order.
>
> Signed-off-by: Srinivas Neeli <[email protected]>
> ---
> Changes in V3:
> -Created new patch for sorting header files.

Patch applied.

Yours,
Linus Walleij