diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2018-09-04 14:26:25 +0300 |
---|---|---|
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2018-12-07 17:34:07 +0200 |
commit | 488f270cad27fdb87b00ee22b2c4d0616d8bb135 (patch) | |
tree | 2bbc0ac7495dabb9fb1399d6e39bd40f365ac584 /drivers/gpio/gpio-ich.c | |
parent | 47091b0594d95359cac907c67051c97975b6f6c9 (diff) | |
download | linux-488f270cad27fdb87b00ee22b2c4d0616d8bb135.tar.gz linux-488f270cad27fdb87b00ee22b2c4d0616d8bb135.tar.bz2 linux-488f270cad27fdb87b00ee22b2c4d0616d8bb135.zip |
gpio: ich: Sort headers alphabetically
Sort header block alphabetically for easy maintenance.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'drivers/gpio/gpio-ich.c')
-rw-r--r-- | drivers/gpio/gpio-ich.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpio/gpio-ich.c b/drivers/gpio/gpio-ich.c index e674d2eebe41..d55080d14606 100644 --- a/drivers/gpio/gpio-ich.c +++ b/drivers/gpio/gpio-ich.c @@ -19,13 +19,13 @@ */ +#include <linux/bitops.h> +#include <linux/gpio/driver.h> #include <linux/ioport.h> +#include <linux/mfd/lpc_ich.h> #include <linux/module.h> #include <linux/pci.h> -#include <linux/gpio/driver.h> #include <linux/platform_device.h> -#include <linux/mfd/lpc_ich.h> -#include <linux/bitops.h> #define DRV_NAME "gpio_ich" |