diff options
| author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2026-03-23 16:41:23 +0300 |
|---|---|---|
| committer | Linus Walleij <linusw@kernel.org> | 2026-03-27 12:00:33 +0300 |
| commit | b4e93cbc60641ce2d02d3438cdf59657c8c268b6 (patch) | |
| tree | 14867e084291c79ee85460976df1c944c111876c | |
| parent | 127e98c05c46654867faf5f578cb56d375b89092 (diff) | |
| download | linux-b4e93cbc60641ce2d02d3438cdf59657c8c268b6.tar.xz | |
pinctrl: core: 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>
Signed-off-by: Linus Walleij <linusw@kernel.org>
| -rw-r--r-- | drivers/pinctrl/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/core.c b/drivers/pinctrl/core.c index 07a6b7fe1c9c..6cbcaa6709da 100644 --- a/drivers/pinctrl/core.c +++ b/drivers/pinctrl/core.c @@ -24,7 +24,7 @@ #include <linux/seq_file.h> #include <linux/slab.h> -#include <linux/gpio.h> +#include <linux/gpio/consumer.h> #include <linux/gpio/driver.h> #include <linux/pinctrl/consumer.h> |
