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.

gpiolib: Make the legacy <linux/gpio.h> consumer-only

The legacy <linux/gpio.h> header was an all-inclusive header used
by drivers and consumers alike. After eliminating the last users
of the driver defines, we can drop the inclusion of the
<linux/gpio/driver.h> header.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

authored by

Linus Walleij and committed by
Andy Shevchenko
21d9526d 3b541b89

-1
-1
include/asm-generic/gpio.h
··· 8 8 #ifdef CONFIG_GPIOLIB 9 9 10 10 #include <linux/compiler.h> 11 - #include <linux/gpio/driver.h> 12 11 #include <linux/gpio/consumer.h> 13 12 14 13 /*