projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f89381
)
[media] tvp514x: Include linux/of.h header
author
Sachin Kamat
<sachin.kamat@linaro.org>
Fri, 18 Oct 2013 03:07:13 +0000
(
00:07
-0300)
committer
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Thu, 31 Oct 2013 10:18:45 +0000
(08:18 -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>
Acked-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/i2c/tvp514x.c
patch
|
blob
|
history
diff --git
a/drivers/media/i2c/tvp514x.c
b/drivers/media/i2c/tvp514x.c
index 91f3dd4cda1b66926ac9ac77e50e17ee30579160..83d85df4853a226a9ef105f529628214a75426d6 100644
(file)
--- a/
drivers/media/i2c/tvp514x.c
+++ b/
drivers/media/i2c/tvp514x.c
@@
-35,6
+35,7
@@
#include <linux/videodev2.h>
#include <linux/module.h>
#include <linux/v4l2-mediabus.h>
+#include <linux/of.h>
#include <media/v4l2-async.h>
#include <media/v4l2-device.h>