commit | f13a0b0bb46f07e5c154ae7944202d754007d362 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Thu Sep 13 14:05:26 2018 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon Sep 17 10:55:24 2018 -0700 |
tree | e08b434deaf4d9b1e0debfe7e7824005bf63e0aa | |
parent | 66dbe750a96fe10c7270593cbffeb4701cfcd180 [diff] |
gpio: Get rid of legacy header A bunch of core gpiolib files still include the <linux/gpio.h> legacy API header for no good reason. After this only the gpiolib-legacy.c file includes it, which is fine. The sysfs ABI code has a pointless wrapper function around gpio_to_desc() we can just loose. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>