Skip to content

Commit 219be8d

Browse files
andy-shevdtor
authored andcommitted
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>
1 parent 8294006 commit 219be8d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

drivers/input/misc/gpio_decoder.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@
77
*/
88

99
#include <linux/bitmap.h>
10-
#include <linux/device.h>
10+
#include <linux/dev_printk.h>
11+
#include <linux/device/devres.h>
1112
#include <linux/err.h>
1213
#include <linux/gpio/consumer.h>
1314
#include <linux/input.h>
14-
#include <linux/kernel.h>
1515
#include <linux/minmax.h>
1616
#include <linux/mod_devicetable.h>
1717
#include <linux/module.h>
1818
#include <linux/platform_device.h>
1919
#include <linux/property.h>
20+
#include <linux/types.h>
2021

2122
struct gpio_decoder {
2223
struct gpio_descs *input_gpios;

0 commit comments

Comments
 (0)