summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c
diff options
context:
space:
mode:
authorLaurent Pinchart2015-11-09 15:36:48 +0100
committerMauro Carvalho Chehab2016-06-28 12:56:12 +0200
commit41d9ec0a2fe823c03ecdc5cd74ee0cd4ae49057c (patch)
tree6dccb231b55df5f2b87382a70ea925264df654fc /drivers/media/i2c
parent[media] v4l: mt9t001: fix clean up in case of power-on failures (diff)
downloadkernel-qcow2-linux-41d9ec0a2fe823c03ecdc5cd74ee0cd4ae49057c.tar.gz
kernel-qcow2-linux-41d9ec0a2fe823c03ecdc5cd74ee0cd4ae49057c.tar.xz
kernel-qcow2-linux-41d9ec0a2fe823c03ecdc5cd74ee0cd4ae49057c.zip
[media] v4l: mt9v032: Remove unneeded header
The of_gpio.h header isn't needed, don't include it. Reported-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/i2c')
-rw-r--r--drivers/media/i2c/mt9v032.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/i2c/mt9v032.c b/drivers/media/i2c/mt9v032.c
index 501b37039449..b3af3a798dda 100644
--- a/drivers/media/i2c/mt9v032.c
+++ b/drivers/media/i2c/mt9v032.c
@@ -19,7 +19,6 @@
#include <linux/log2.h>
#include <linux/mutex.h>
#include <linux/of.h>
-#include <linux/of_gpio.h>
#include <linux/regmap.h>
#include <linux/slab.h>
#include <linux/videodev2.h>