Skip to content

Commit 9f0127b

Browse files
andy-shevBartosz Golaszewski
authored andcommitted
gpio: stmpe: Sort headers
Sort the headers in alphabetic order in order to ease the maintenance for this part. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20240902133148.2569486-6-andriy.shevchenko@linux.intel.com Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
1 parent e6815a0 commit 9f0127b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

drivers/gpio/gpio-stmpe.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
* Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson
66
*/
77

8+
#include <linux/bitops.h>
89
#include <linux/cleanup.h>
9-
#include <linux/init.h>
10-
#include <linux/platform_device.h>
11-
#include <linux/slab.h>
1210
#include <linux/gpio/driver.h>
11+
#include <linux/init.h>
1312
#include <linux/interrupt.h>
1413
#include <linux/mfd/stmpe.h>
1514
#include <linux/property.h>
15+
#include <linux/platform_device.h>
1616
#include <linux/seq_file.h>
17-
#include <linux/bitops.h>
17+
#include <linux/slab.h>
1818

1919
/*
2020
* These registers are modified under the irq bus lock and cached to avoid

0 commit comments

Comments
 (0)