summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/soc_camera
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2015-04-03 05:15:09 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-04-08 06:29:15 -0300
commitd3633329e88fb33eecbc9448730e9f3125763313 (patch)
tree90eee3880ed3c4739eb365db3883f269de575149 /drivers/media/i2c/soc_camera
parentc2529908a1905cd8b76bed0a6039975226cb24eb (diff)
downloadlinux-d3633329e88fb33eecbc9448730e9f3125763313.tar.bz2
[media] ov2640: add missing consumer.h include
Needed for mips and sh platforms Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/i2c/soc_camera')
-rw-r--r--drivers/media/i2c/soc_camera/ov2640.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/i2c/soc_camera/ov2640.c b/drivers/media/i2c/soc_camera/ov2640.c
index 42d9ba356d6d..e3c907a97765 100644
--- a/drivers/media/i2c/soc_camera/ov2640.c
+++ b/drivers/media/i2c/soc_camera/ov2640.c
@@ -19,6 +19,7 @@
#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/gpio.h>
+#include <linux/gpio/consumer.h>
#include <linux/of_gpio.h>
#include <linux/v4l2-mediabus.h>
#include <linux/videodev2.h>