Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

iio: ad5592r: Drop surplus GPIO header

This driver uses all the modern GPIO APIs from
<linux/gpio/driver.h> and <linux/gpio/consumer.h> so
just drop the unused legacy header <linux/gpio.h>.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Linus Walleij and committed by
Jonathan Cameron
b747e352 4a89d2f4

-1
-1
drivers/iio/dac/ad5592r-base.c
··· 15 15 #include <linux/regulator/consumer.h> 16 16 #include <linux/gpio/consumer.h> 17 17 #include <linux/gpio/driver.h> 18 - #include <linux/gpio.h> 19 18 #include <linux/property.h> 20 19 21 20 #include <dt-bindings/iio/adi,ad5592r.h>