diff options
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-06-28 15:36:34 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-07-07 22:24:08 +0300 |
commit | 3745440f4905f4aaa6173a82972f8e5033f36c2d (patch) | |
tree | 1e3714b2636c37068b850e2818ef3fe8c4cd6b4b /drivers/iio | |
parent | 7277a74a6cbc7a6c96e8be8271593426ab4c00c5 (diff) | |
download | linux-3745440f4905f4aaa6173a82972f8e5033f36c2d.tar.xz |
iio:adc:hi8435: Drop unused of_gpio.h header
I guess this is a left over from some earlier cleanup. Not used
currently.
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Cc: Nikita Yushchenko <nikita.yoush@cogentembedded.com>
Cc: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Diffstat (limited to 'drivers/iio')
-rw-r--r-- | drivers/iio/adc/hi8435.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/adc/hi8435.c b/drivers/iio/adc/hi8435.c index 127e78243233..235374ec7bab 100644 --- a/drivers/iio/adc/hi8435.c +++ b/drivers/iio/adc/hi8435.c @@ -17,7 +17,6 @@ #include <linux/module.h> #include <linux/of.h> #include <linux/of_device.h> -#include <linux/of_gpio.h> #include <linux/spi/spi.h> #include <linux/gpio/consumer.h> |