summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2019-12-02 09:21:23 +0100
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2019-12-15 11:42:15 +0000
commitcbe5997907235f71e6b0ab281b40e0cd151222d4 (patch)
treedc536e0972b292ea84ed3ce8fed8e05a0c81e60a
parentb4cc7e83dff352cb7ecdf561500d815bce0e3f5b (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>
-rw-r--r--drivers/iio/light/si1145.c1
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>