]> asedeno.scripts.mit.edu Git - linux.git/commit
gpio: Get rid of legacy header
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 13 Sep 2018 12:05:26 +0000 (14:05 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 17 Sep 2018 17:55:24 +0000 (10:55 -0700)
commitf13a0b0bb46f07e5c154ae7944202d754007d362
treee08b434deaf4d9b1e0debfe7e7824005bf63e0aa
parent66dbe750a96fe10c7270593cbffeb4701cfcd180
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>
drivers/gpio/gpiolib-acpi.c
drivers/gpio/gpiolib-sysfs.c