diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2019-12-02 09:21:23 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2019-12-15 11:42:15 +0000 |
commit | cbe5997907235f71e6b0ab281b40e0cd151222d4 (patch) | |
tree | dc536e0972b292ea84ed3ce8fed8e05a0c81e60a /drivers/iio/light | |
parent | b4cc7e83dff352cb7ecdf561500d815bce0e3f5b (diff) |
iio: si1145: Drop GPIO include
The driver include <linux/gpio.h> yet does not use any
of the symbols from the header, so drop the include.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/light')
-rw-r--r-- | drivers/iio/light/si1145.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/light/si1145.c b/drivers/iio/light/si1145.c index 982bba0c54e7..0476c2bc8138 100644 --- a/drivers/iio/light/si1145.c +++ b/drivers/iio/light/si1145.c @@ -17,7 +17,6 @@ #include <linux/slab.h> #include <linux/delay.h> #include <linux/irq.h> -#include <linux/gpio.h> #include <linux/iio/iio.h> #include <linux/iio/sysfs.h> |