diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-10-18 00:07:13 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-10-31 08:18:45 -0200 |
commit | 098bcba3fcffe7c93646c3d3bd25e337eed04723 (patch) | |
tree | a0d2670ae3a99c5bb27e5345a17a619038a1b9cf /drivers/media/i2c/tvp514x.c | |
parent | 8f893815a25e2e11a9378e71c624c517f63c95e0 (diff) | |
download | blackbird-obmc-linux-098bcba3fcffe7c93646c3d3bd25e337eed04723.tar.gz blackbird-obmc-linux-098bcba3fcffe7c93646c3d3bd25e337eed04723.zip |
[media] tvp514x: Include linux/of.h header
'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>
Diffstat (limited to 'drivers/media/i2c/tvp514x.c')
-rw-r--r-- | drivers/media/i2c/tvp514x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/i2c/tvp514x.c b/drivers/media/i2c/tvp514x.c index 91f3dd4cda1b..83d85df4853a 100644 --- 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> |