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.

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>

authored by

Andy Shevchenko and committed by
Linus Walleij
b4e93cbc 127e98c0

+1 -1
+1 -1
drivers/pinctrl/core.c
··· 24 24 #include <linux/seq_file.h> 25 25 #include <linux/slab.h> 26 26 27 - #include <linux/gpio.h> 27 + #include <linux/gpio/consumer.h> 28 28 #include <linux/gpio/driver.h> 29 29 30 30 #include <linux/pinctrl/consumer.h>