Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

gpio: msic: Sort headers alphabetically

Sort header block alphabetically for easy maintenance.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

+5 -5
+5 -5
drivers/gpio/gpio-msic.c
··· 20 20 * 21 21 */ 22 22 23 - #include <linux/kernel.h> 24 - #include <linux/slab.h> 25 - #include <linux/interrupt.h> 26 - #include <linux/init.h> 27 23 #include <linux/gpio/driver.h> 28 - #include <linux/platform_device.h> 24 + #include <linux/init.h> 25 + #include <linux/interrupt.h> 26 + #include <linux/kernel.h> 29 27 #include <linux/mfd/intel_msic.h> 28 + #include <linux/platform_device.h> 29 + #include <linux/slab.h> 30 30 31 31 /* the offset for the mapping of global gpio pin to irq */ 32 32 #define MSIC_GPIO_IRQ_OFFSET 0x100