summaryrefslogtreecommitdiffstats
path: root/drivers/iio/gyro/itg3200_core.c
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2019-12-02 09:26:03 +0100
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2019-12-15 11:42:15 +0000
commitdcfb6dbdfbe0ee209ec5e7b79ac45adce3a31e3a (patch)
tree6fe8b5f26b5dc7de12697f3c27d7a169b00400ce /drivers/iio/gyro/itg3200_core.c
parent7544cd4c8ab72f9a18d3828a10524ce9740858a1 (diff)
downloadlinux-dcfb6dbdfbe0ee209ec5e7b79ac45adce3a31e3a.tar.bz2
iio: itg3200: 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/gyro/itg3200_core.c')
-rw-r--r--drivers/iio/gyro/itg3200_core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/gyro/itg3200_core.c b/drivers/iio/gyro/itg3200_core.c
index 981ae2291505..b3afa556f973 100644
--- a/drivers/iio/gyro/itg3200_core.c
+++ b/drivers/iio/gyro/itg3200_core.c
@@ -15,7 +15,6 @@
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/i2c.h>
-#include <linux/gpio.h>
#include <linux/slab.h>
#include <linux/stat.h>
#include <linux/module.h>