summaryrefslogtreecommitdiffstats
path: root/drivers/iio/light
diff options
context:
space:
mode:
authorIrina Tirdea <irina.tirdea@intel.com>2016-03-24 11:08:38 +0200
committerJonathan Cameron <jic23@kernel.org>2016-04-03 10:27:47 +0100
commitb1532909decca12e0527473870cec1d57677f916 (patch)
tree44badb86ca8b75b8e56e44e2641cf053697489fd /drivers/iio/light
parent65ae47b0ec535a008e53578abc11082f3b742f75 (diff)
downloadlinux-0-day-b1532909decca12e0527473870cec1d57677f916.tar.gz
linux-0-day-b1532909decca12e0527473870cec1d57677f916.tar.xz
iio: remove unused gpio consumer.h include
GPIO handling code has been removed from the drivers (since this is now handled by the ACPI core) in commit 0f0796509c07 ("iio: remove gpio interrupt probing from drivers that use a single interrupt"). Remove the include for linux/gpio/consumer.h since it is no longer used. Signed-off-by: Irina Tirdea <irina.tirdea@intel.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/light')
-rw-r--r--drivers/iio/light/stk3310.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/light/stk3310.c b/drivers/iio/light/stk3310.c
index 42d334ba612ea..9e847f8f4f0cd 100644
--- a/drivers/iio/light/stk3310.c
+++ b/drivers/iio/light/stk3310.c
@@ -16,7 +16,6 @@
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/regmap.h>
-#include <linux/gpio/consumer.h>
#include <linux/iio/events.h>
#include <linux/iio/iio.h>
#include <linux/iio/sysfs.h>