diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2014-05-25 15:54:55 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-05-25 16:00:01 -0400 |
commit | 39ad9bbe5c82a56c9fba931a7f891bc864bb875f (patch) | |
tree | b14b70de9ce8ae321852001cbc9e987db0fb0b8b /drivers/media/i2c | |
parent | 465b8229acd01bbb72fea89ee6f3657071952bdf (diff) |
[media] m5mols: Replace missing header
The include/media/s5p_fimc.h header has been removed in commit
49b2f4c56fbf70ca693d6df1c491f0566d516aea ("exynos4-is: Remove support
for non-dt platforms"). This broke compilation of the m5mols driver.
Include the include/media/exynos-fimc.h header instead, which contains
the S5P_FIMC_TX_END_NOTIFY definition required by the driver.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/i2c')
-rw-r--r-- | drivers/media/i2c/m5mols/m5mols_capture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/m5mols/m5mols_capture.c b/drivers/media/i2c/m5mols/m5mols_capture.c index ab34ccedf31e..1a03d02bd4d1 100644 --- a/drivers/media/i2c/m5mols/m5mols_capture.c +++ b/drivers/media/i2c/m5mols/m5mols_capture.c | |||
@@ -26,7 +26,7 @@ | |||
26 | #include <media/v4l2-device.h> | 26 | #include <media/v4l2-device.h> |
27 | #include <media/v4l2-subdev.h> | 27 | #include <media/v4l2-subdev.h> |
28 | #include <media/m5mols.h> | 28 | #include <media/m5mols.h> |
29 | #include <media/s5p_fimc.h> | 29 | #include <media/exynos-fimc.h> |
30 | 30 | ||
31 | #include "m5mols.h" | 31 | #include "m5mols.h" |
32 | #include "m5mols_reg.h" | 32 | #include "m5mols_reg.h" |