projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
769980d
)
[media] adv7343: Include linux/of.h header
author
Sachin Kamat
<sachin.kamat@linaro.org>
Fri, 18 Oct 2013 03:07:10 +0000
(
00:07
-0300)
committer
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Thu, 31 Oct 2013 10:18:09 +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/adv7343.c
patch
|
blob
|
history
diff --git
a/drivers/media/i2c/adv7343.c
b/drivers/media/i2c/adv7343.c
index aeb56c53e39f563dea2768c005f2df33ad90df6c..d4e15a617c3b1b3b62128ba5e6ed236620bb40b6 100644
(file)
--- a/
drivers/media/i2c/adv7343.c
+++ b/
drivers/media/i2c/adv7343.c
@@
-25,6
+25,7
@@
#include <linux/module.h>
#include <linux/videodev2.h>
#include <linux/uaccess.h>
+#include <linux/of.h>
#include <media/adv7343.h>
#include <media/v4l2-async.h>