Browse Source

staging: mt7621-gpio: reorder includes alphabetically

This commit reviews driver includes reordering them in
alphabetic order. This improves readability.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Reviewed-by: NeilBrown <neil@brown.name>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Sergio Paracuellos 7 years ago
parent
commit
8a10ef4e60
1 changed files with 4 additions and 4 deletions
  1. 4 4
      drivers/staging/mt7621-gpio/gpio-mt7621.c

+ 4 - 4
drivers/staging/mt7621-gpio/gpio-mt7621.c

@@ -4,16 +4,16 @@
  * Copyright (C) 2013 John Crispin <blogic@openwrt.org>
  */
 
-#include <linux/io.h>
 #include <linux/err.h>
 #include <linux/gpio.h>
 #include <linux/gpio/driver.h>
+#include <linux/interrupt.h>
+#include <linux/io.h>
+#include <linux/irqdomain.h>
 #include <linux/module.h>
 #include <linux/of_irq.h>
-#include <linux/spinlock.h>
-#include <linux/irqdomain.h>
-#include <linux/interrupt.h>
 #include <linux/platform_device.h>
+#include <linux/spinlock.h>
 
 #define MTK_BANK_CNT		3
 #define MTK_BANK_WIDTH		32