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

Configure Feed

Select the types of activity you want to include in your feed.

Input: drv260x - sort all #include alphabetically

Sort all #include directives alphabetically before adding new entries.

Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
Link: https://patch.msgid.link/20260215141435.727872-3-jekhor@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Yauhen Kharuzhy and committed by
Dmitry Torokhov
c0347a38 c88c63f2

+3 -3
+3 -3
drivers/input/misc/drv260x.c
··· 7 7 * Copyright: (C) 2014 Texas Instruments, Inc. 8 8 */ 9 9 10 + #include <linux/delay.h> 11 + #include <linux/gpio/consumer.h> 10 12 #include <linux/i2c.h> 11 13 #include <linux/input.h> 12 14 #include <linux/module.h> 13 15 #include <linux/regmap.h> 14 - #include <linux/slab.h> 15 - #include <linux/delay.h> 16 - #include <linux/gpio/consumer.h> 17 16 #include <linux/regulator/consumer.h> 17 + #include <linux/slab.h> 18 18 19 19 #include <dt-bindings/input/ti-drv260x.h> 20 20