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: gpio_decoder - don't use "proxy" headers

Update header inclusions to follow IWYU (Include What You Use)
principle.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://patch.msgid.link/20251113154616.3107676-6-andriy.shevchenko@linux.intel.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Andy Shevchenko and committed by
Dmitry Torokhov
219be8d9 82940064

+3 -2
+3 -2
drivers/input/misc/gpio_decoder.c
··· 7 7 */ 8 8 9 9 #include <linux/bitmap.h> 10 - #include <linux/device.h> 10 + #include <linux/dev_printk.h> 11 + #include <linux/device/devres.h> 11 12 #include <linux/err.h> 12 13 #include <linux/gpio/consumer.h> 13 14 #include <linux/input.h> 14 - #include <linux/kernel.h> 15 15 #include <linux/minmax.h> 16 16 #include <linux/mod_devicetable.h> 17 17 #include <linux/module.h> 18 18 #include <linux/platform_device.h> 19 19 #include <linux/property.h> 20 + #include <linux/types.h> 20 21 21 22 struct gpio_decoder { 22 23 struct gpio_descs *input_gpios;