diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2019-12-02 11:26:03 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2019-12-15 14:42:15 +0300 |
commit | dcfb6dbdfbe0ee209ec5e7b79ac45adce3a31e3a (patch) | |
tree | 6fe8b5f26b5dc7de12697f3c27d7a169b00400ce /drivers/iio/gyro | |
parent | 7544cd4c8ab72f9a18d3828a10524ce9740858a1 (diff) | |
download | linux-dcfb6dbdfbe0ee209ec5e7b79ac45adce3a31e3a.tar.xz |
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')
-rw-r--r-- | drivers/iio/gyro/itg3200_core.c | 1 |
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> |