Commit 8a10ef4e authored by Sergio Paracuellos's avatar Sergio Paracuellos Committed by Greg Kroah-Hartman

staging: mt7621-gpio: reorder includes alphabetically

This commit reviews driver includes reordering them in
alphabetic order. This improves readability.
Signed-off-by: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Reviewed-by: default avatarNeilBrown <neil@brown.name>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 53364c7b
...@@ -4,16 +4,16 @@ ...@@ -4,16 +4,16 @@
* Copyright (C) 2013 John Crispin <blogic@openwrt.org> * Copyright (C) 2013 John Crispin <blogic@openwrt.org>
*/ */
#include <linux/io.h>
#include <linux/err.h> #include <linux/err.h>
#include <linux/gpio.h> #include <linux/gpio.h>
#include <linux/gpio/driver.h> #include <linux/gpio/driver.h>
#include <linux/interrupt.h>
#include <linux/io.h>
#include <linux/irqdomain.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/of_irq.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/platform_device.h>
#include <linux/spinlock.h>
#define MTK_BANK_CNT 3 #define MTK_BANK_CNT 3
#define MTK_BANK_WIDTH 32 #define MTK_BANK_WIDTH 32
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment