commit | 21d9526d13b5467b0a6532e5a8b0eb04c01ce326 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Fri Jul 03 15:04:51 2020 +0200 |
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Mar 06 12:33:01 2023 +0200 |
tree | c41efb292a4ae6eacf0f9fd655b18ea63e890663 | |
parent | 3b541b890ebe5c2914e0e0a2f0905b167afb3b75 [diff] |
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>