projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eed5b0c
)
[media] mt9p031: Include linux/of.h header
author
Sachin Kamat
<sachin.kamat@linaro.org>
Fri, 18 Oct 2013 03:07:11 +0000
(
00:07
-0300)
committer
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Mon, 9 Dec 2013 16:50:51 +0000
(14:50 -0200)
'of_match_ptr' is defined in linux/of.h. Include it explicitly to
avoid build breakage in the future.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/i2c/mt9p031.c
patch
|
blob
|
history
diff --git
a/drivers/media/i2c/mt9p031.c
b/drivers/media/i2c/mt9p031.c
index
4734836
..
1c2303d
100644
(file)
--- a/
drivers/media/i2c/mt9p031.c
+++ b/
drivers/media/i2c/mt9p031.c
@@
-19,6
+19,7
@@
#include <linux/i2c.h>
#include <linux/log2.h>
#include <linux/module.h>
+#include <linux/of.h>
#include <linux/of_gpio.h>
#include <linux/pm.h>
#include <linux/regulator/consumer.h>